OSDN Git Service

* pa.md (dbra pattern): Use output_dbra.
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.h
index bee2889..ae67d4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Define constants for communication with c-parse.y.
-   Copyright (C) 1987 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1992 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -42,6 +42,15 @@ enum rid
   RID_VOLATILE,
   RID_INLINE,
   RID_NOALIAS,
+  RID_ITERATOR,
+  RID_COMPLEX,
+
+  RID_IN,
+  RID_OUT,
+  RID_INOUT,
+  RID_BYCOPY,
+  RID_ONEWAY,
+  RID_ID,
 
   RID_MAX
 };
@@ -66,3 +75,5 @@ extern char *token_buffer;    /* Pointer to token buffer.  */
 extern tree make_pointer_declarator ();
 extern void reinit_parse_for_function ();
 extern int yylex ();
+
+extern char *get_directive_line ();