From 9a4690080e01ff43f451ba8e8f1df3ee16ce7da4 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 24 Sep 1998 22:29:31 +0000 Subject: spew.c (yylex): Give diagnostic. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � 1998-09-24 Benjamin Kosnik * spew.c (yylex): Give diagnostic. * hash.h (is_reserved_word): Add export. * gxx.gperf: Ditto. * lex.h (rid): Add RID_EXPORT. * lex.c (init_parse): Ditto. From-SVN: r22580 --- gcc/cp/lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cp/lex.h') diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index 8df6b76..98add36 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -59,6 +59,7 @@ enum rid RID_FRIEND, RID_VIRTUAL, RID_EXPLICIT, + RID_EXPORT, RID_SIGNED, RID_AUTO, RID_MUTABLE, -- cgit v1.1