diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1997-05-28 23:20:02 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1997-05-28 23:20:02 +0000 |
commit | 37c46b43dba86b48bb19d9f7ed231385e02c1abd (patch) | |
tree | 1eb8dc109639b3bbe2e0cb0199cf3ff635b2481b /gcc/cp/lex.h | |
parent | 87c166683a971ac241f06423db6af2b45d1c39ed (diff) | |
download | gcc-37c46b43dba86b48bb19d9f7ed231385e02c1abd.zip gcc-37c46b43dba86b48bb19d9f7ed231385e02c1abd.tar.gz gcc-37c46b43dba86b48bb19d9f7ed231385e02c1abd.tar.bz2 |
91th Cygnus<->FSF quick merge
From-SVN: r14134
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r-- | gcc/cp/lex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index 4a2c7d1..fcea57a 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -62,6 +62,7 @@ enum rid RID_SIGNED, RID_AUTO, RID_MUTABLE, + RID_COMPLEX, /* This is where grokdeclarator ends its search when setting the specbits. */ @@ -81,7 +82,7 @@ enum rid #define NORID RID_UNUSED #define RID_FIRST_MODIFIER RID_EXTERN -#define RID_LAST_MODIFIER RID_MUTABLE +#define RID_LAST_MODIFIER RID_COMPLEX /* The type that can represent all values of RIDBIT. */ /* We assume that we can stick in at least 32 bits into this. */ |