mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
Version 1.75e.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,4 +1,14 @@
|
|||||||
2002-12-21 Paul Eggert <eggert@twinsun.com>
|
2002-12-24 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
|
Version 1.75e.
|
||||||
|
|
||||||
|
* Makefile.maint (cvs-update): Don't assume that the shell
|
||||||
|
supports $(...), as Solaris sh doesn't.
|
||||||
|
|
||||||
|
* src/parse-gram.y (lloc_default): Remove test for empty
|
||||||
|
nonterminals at the end, since it didn't change the result.
|
||||||
|
|
||||||
|
2002-12-24 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
If the user does not define YYSTYPE as a macro, Bison now declares it
|
If the user does not define YYSTYPE as a macro, Bison now declares it
|
||||||
using typedef instead of defining it as a macro. POSIX requires this.
|
using typedef instead of defining it as a macro. POSIX requires this.
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changes in version 1.75e:
|
Changes in version 1.75e, 2002-12-24:
|
||||||
|
|
||||||
* If the user does not define YYSTYPE as a macro, Bison now declares it
|
* If the user does not define YYSTYPE as a macro, Bison now declares it
|
||||||
using typedef instead of defining it as a macro. POSIX requires this.
|
using typedef instead of defining it as a macro. POSIX requires this.
|
||||||
|
|||||||
Reference in New Issue
Block a user