From: Paul Eggert Date: Mon, 30 Dec 2002 23:47:56 +0000 (+0000) Subject: Treat stray "," more uniformly. X-Git-Tag: BISON-1_875~3 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/2c09b6a7ea4edd44ec0994373b04c4525f7f7dea Treat stray "," more uniformly. Append ";" before last brace in braced code. Don't use "yystype", which is deprecated. --- 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