]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Pacify the buggy "smart preprocessor" in MacOS 10.2.3.
[bison.git] / ChangeLog
index 4bafa0536101c94614bcef2aa26568e1f639ae68..eeec5bf4f09f9899d7fc70b8863373b5009d8b5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-02  Paul Eggert  <eggert@twinsun.com>
+
+       * data/yacc.c (yyerrlab1): Append `;' after attribute, to
+       pacify the buggy "smart preprocessor" in MacOS 10.2.3.
+       Bug reported by Nelson H. F. Beebe.
+
+2003-01-01  Paul Eggert  <eggert@twinsun.com>
+
+       * Version 1.875.
+
 2002-12-30  Paul Eggert  <eggert@twinsun.com>
 
        * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
@@ -5,7 +15,7 @@
        (<INITIAL>","): Here.  This causes stray "," to be treated
        more uniformly.
 
-       * src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" before the
+       * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" 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.
        (token_type): New local var, to keep track of which token type
        to return when scanning braced code.
        (<INITIAL>"%destructor", <INITIAL>"%lex-param",
-       <INITIAL>"%parse-param", <INITIAL>"%printer,
+       <INITIAL>"%parse-param", <INITIAL>"%printer",
        <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
        instead of returning a token type immediately.
        (<INITIAL>"{"): Set token type.
 1987-12-16  Richard Stallman  <rms@gnu.org>
 
        * REFERENCES: entered into RCS
+
 -----
 
 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.