diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-04 17:59:30 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-04 17:59:30 +0000 |
commit | 7b76587bdc268aaa23662fa6da294af95d2f47de (patch) | |
tree | 20fd1b63e4fe9c4f8beca2d2100e014829666407 /gcc/c-lex.h | |
parent | 1edf5fc4aa110b5c1f3519523f02529056436e35 (diff) | |
download | gcc-7b76587bdc268aaa23662fa6da294af95d2f47de.tar.gz |
(RID_COMPLEX): New constant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3629 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.h')
-rw-r--r-- | gcc/c-lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 52157bccfee..d7357dc86b7 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -43,6 +43,7 @@ enum rid RID_INLINE, RID_NOALIAS, RID_ITERATOR, + RID_COMPLEX, RID_MAX }; |