diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-02 02:33:39 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-02 02:33:39 +0000 |
commit | 726b521731885478cd6638150f69062715b06b92 (patch) | |
tree | f435170b557f1419f065fb2367f38560564ccc43 /gcc/c-lex.h | |
parent | 16c6d8bf0cac8682ad71171a869ea6f5933c92f3 (diff) | |
download | gcc-726b521731885478cd6638150f69062715b06b92.zip gcc-726b521731885478cd6638150f69062715b06b92.tar.gz gcc-726b521731885478cd6638150f69062715b06b92.tar.bz2 |
(RID_ITERATOR): New alternative.
From-SVN: r3583
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 c62b761..a366be6 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 }; |