diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-12 19:19:15 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-12 19:19:15 +0000 |
commit | f9670f72ef1ccff550035cc5f9207e55100e4d8e (patch) | |
tree | 854ebb3a1fb20cc46461f3e263d67c11b338ecc0 /gcc/cp/hash.h | |
parent | f44108b5943871be879d6bbe0ce19460aea065df (diff) | |
download | gcc-f9670f72ef1ccff550035cc5f9207e55100e4d8e.tar.gz |
merging
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/hash.h')
-rw-r--r-- | gcc/cp/hash.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/cp/hash.h b/gcc/cp/hash.h index d8bdc06ee2b..436424f03ec 100644 --- a/gcc/cp/hash.h +++ b/gcc/cp/hash.h @@ -1,5 +1,5 @@ /* C code produced by gperf version 2.5 (GNU C++ version) */ -/* Command-line: gperf -p -j1 -g -o -t -N is_reserved_word -k1,4,7,$ /yorick/splunge/jason/g++/small/devo/gcc/cp/gxx.gperf */ +/* Command-line: gperf -p -j1 -g -o -t -N is_reserved_word -k1,4,7,$ ../../../devo/gcc/cp/gxx.gperf */ /* Command-line: gperf -p -j1 -g -o -t -N is_reserved_word -k1,4,$,7 gplus.gperf */ struct resword { char *name; short token; enum rid rid;}; @@ -123,7 +123,7 @@ is_reserved_word (str, len) {"mutable", SCSPEC, RID_MUTABLE,}, {"short", TYPESPEC, RID_SHORT,}, {"signature", AGGR, RID_SIGNATURE /* Extension */,}, - {"const", TYPE_QUAL, RID_CONST,}, + {"const", CV_QUALIFIER, RID_CONST,}, {"static", SCSPEC, RID_STATIC,}, {"",}, {"",}, {"for", FOR, NORID,}, @@ -149,11 +149,11 @@ is_reserved_word (str, len) {"",}, {"",}, {"",}, {"signed", TYPESPEC, RID_SIGNED,}, {"this", THIS, NORID,}, - {"__const", TYPE_QUAL, RID_CONST}, - {"__const__", TYPE_QUAL, RID_CONST}, - {"__volatile", TYPE_QUAL, RID_VOLATILE}, + {"__const", CV_QUALIFIER, RID_CONST}, + {"__const__", CV_QUALIFIER, RID_CONST}, + {"__volatile", CV_QUALIFIER, RID_VOLATILE}, {"__null", CONSTANT, RID_NULL}, - {"__volatile__", TYPE_QUAL, RID_VOLATILE}, + {"__volatile__", CV_QUALIFIER, RID_VOLATILE}, {"__typeof__", TYPEOF, NORID}, {"or_eq", ASSIGN, NORID,}, {"",}, @@ -178,7 +178,7 @@ is_reserved_word (str, len) {"bitor", '|', NORID,}, {"",}, {"do", DO, NORID,}, - {"volatile", TYPE_QUAL, RID_VOLATILE,}, + {"volatile", CV_QUALIFIER, RID_VOLATILE,}, {"",}, {"",}, {"",}, {"",}, {"if", IF, NORID,}, {"",}, {"",}, {"",}, {"",}, {"",}, {"",}, |