summaryrefslogtreecommitdiff
path: root/gcc/c-lex.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-04 17:59:30 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-04 17:59:30 +0000
commit7b76587bdc268aaa23662fa6da294af95d2f47de (patch)
tree20fd1b63e4fe9c4f8beca2d2100e014829666407 /gcc/c-lex.h
parent1edf5fc4aa110b5c1f3519523f02529056436e35 (diff)
downloadgcc-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.h1
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
};