]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 22 Dec 1991 21:51:18 +0000 (21:51 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 22 Dec 1991 21:51:18 +0000 (21:51 +0000)
From-SVN: r126

gcc/c-lex.h

index 1bbce450d4cfe806997233228baabbcebb0d6271..16cfa0348d941421a1a9e72767a5f4a0740256f7 100644 (file)
@@ -46,4 +46,11 @@ enum rid
   RID_MAX
 };
 
+#define NORID RID_UNUSED
+
 #define RID_FIRST_MODIFIER RID_UNSIGNED
+
+/* The elements of `ridpointers' are identifier nodes
+   for the reserved type names and storage classes.
+   It is indexed by a RID_... value.  */
+extern tree ridpointers[(int) RID_MAX];