From b6c21411b9c246f98cffd5bfe61770559de18670 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 22 Dec 1991 21:51:18 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r126 --- gcc/c-lex.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 1bbce450d4c..16cfa0348d9 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -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]; -- 2.30.2