* target-reloc.h (visibility_error): New inline function.
[deliverable/binutils-gdb.git] / gdb / ada-lex.l
index e16acb5f6e2fef55557282421b22e6b78a4de765..2e6136e6f7c05129f3cc2838948e2555a85c0cd4 100644 (file)
@@ -1,6 +1,6 @@
 /* FLEX lexer for Ada expressions, for GDB.
-   Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007, 2008, 2009,
+   2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -160,7 +160,9 @@ if          {
                  return 0;
                }
 
-task           {
+(task|thread)  {
+                  /* This keyword signals the end of the expression and
+                     will be processed separately.  */
                  while (*lexptr != 't' && *lexptr != 'T')
                    lexptr--;
                  yyrestart(NULL);
This page took 0.022874 seconds and 4 git commands to generate.