summaryrefslogtreecommitdiff
path: root/gcc/cp/lex.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-28 23:20:02 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-28 23:20:02 +0000
commitc4a8ac95f11001ad17f362625258990fb816ead7 (patch)
tree1eb8dc109639b3bbe2e0cb0199cf3ff635b2481b /gcc/cp/lex.h
parent6cb8fc7a803344fd27b3248825094b058e42f580 (diff)
downloadgcc-c4a8ac95f11001ad17f362625258990fb816ead7.tar.gz
91th Cygnus<->FSF quick merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r--gcc/cp/lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h
index 4a2c7d133d2..fcea57af7a4 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. */