diff options
author | Richard Stallman <rms@gnu.org> | 1991-12-22 21:51:18 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1991-12-22 21:51:18 +0000 |
commit | b6c21411b9c246f98cffd5bfe61770559de18670 (patch) | |
tree | ea6646bfe161cfbb3ad74d2c9ca28efb8531aba4 /gcc | |
parent | bcca75d583a9d92e926e0b5d41f1a06cc6592451 (diff) | |
download | gcc-b6c21411b9c246f98cffd5bfe61770559de18670.zip gcc-b6c21411b9c246f98cffd5bfe61770559de18670.tar.gz gcc-b6c21411b9c246f98cffd5bfe61770559de18670.tar.bz2 |
*** empty log message ***
From-SVN: r126
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-lex.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 1bbce45..16cfa03 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]; |