From 726b521731885478cd6638150f69062715b06b92 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 2 Mar 1993 02:33:39 +0000 Subject: [PATCH] (RID_ITERATOR): New alternative. From-SVN: r3583 --- gcc/c-lex.h | 1 + 1 file changed, 1 insertion(+) 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 }; -- 2.30.2