summaryrefslogtreecommitdiff
path: root/gcc/c-lex.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-02 02:33:39 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-02 02:33:39 +0000
commit9e6452d3db4fb1ca89baa4999dd9ac18dc5b271a (patch)
treef435170b557f1419f065fb2367f38560564ccc43 /gcc/c-lex.h
parent0193318552507f5d221ec9b2c783d94d957dbaf7 (diff)
downloadgcc-9e6452d3db4fb1ca89baa4999dd9ac18dc5b271a.tar.gz
(RID_ITERATOR): New alternative.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3583 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 c62b7617a3b..a366be61e32 100644
--- a/gcc/c-lex.h
+++ b/gcc/c-lex.h
@@ -42,6 +42,7 @@ enum rid
RID_VOLATILE,
RID_INLINE,
RID_NOALIAS,
+ RID_ITERATOR,
RID_MAX
};