From 2c09b6a7ea4edd44ec0994373b04c4525f7f7dea Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Dec 2002 23:47:56 +0000 Subject: [PATCH] Treat stray "," more uniformly. Append ";" before last brace in braced code. Don't use "yystype", which is deprecated. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5f7245b..4bafa053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-12-30 Paul Eggert + + * src/scan-gram.l (","): + Moved here from... + (","): Here. This causes stray "," to be treated + more uniformly. + + * src/scan-gram.l ("}"): Append ";" before the + last brace in braced code when not in Yacc mode, for compatibility + with Bison 1.35. This resurrects the 2001-12-15 patch to + src/reader.c. + + * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias + yystype. This follows up the 2002-12-24 YYSTYPE bug fix. + 2002-12-28 Paul Eggert * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be -- 2.50.0