diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-02 02:13:14 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-02 02:13:14 +0000 |
commit | 0193318552507f5d221ec9b2c783d94d957dbaf7 (patch) | |
tree | b3df3944f8788bcff3e33b9a9118d32967d84146 /gcc/c-parse.gperf | |
parent | 785da293c09df77a40527e8fd43ff60e32aad415 (diff) | |
download | ppe42-gcc-0193318552507f5d221ec9b2c783d94d957dbaf7.tar.gz ppe42-gcc-0193318552507f5d221ec9b2c783d94d957dbaf7.zip |
Add `iterator' and `__iterator__'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.gperf')
-rw-r--r-- | gcc/c-parse.gperf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-parse.gperf b/gcc/c-parse.gperf index 2ebdc9a1842..7408c53757d 100644 --- a/gcc/c-parse.gperf +++ b/gcc/c-parse.gperf @@ -14,6 +14,7 @@ __const__, TYPE_QUAL, RID_CONST __extension__, EXTENSION, NORID __inline, SCSPEC, RID_INLINE __inline__, SCSPEC, RID_INLINE +__iterator__, SCSPEC, RID_ITERATOR __label__, LABEL, NORID __signed, TYPESPEC, RID_SIGNED __signed__, TYPESPEC, RID_SIGNED @@ -40,6 +41,7 @@ goto, GOTO, NORID if, IF, NORID inline, SCSPEC, RID_INLINE int, TYPESPEC, RID_INT +iterator, SCSPEC, RID_ITERATOR long, TYPESPEC, RID_LONG register, SCSPEC, RID_REGISTER return, RETURN, NORID |