mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 10:43:02 +00:00
Version 2.3a.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
|
2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* NEWS: Version 2.3a.
|
||||||
|
* configure.ac (AC_INIT): Likewise.
|
||||||
|
|
||||||
* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
|
* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
|
||||||
"#define YYSTYPE int" that caused "make maintainer-check" to fail
|
"#define YYSTYPE int" that caused "make maintainer-check" to fail
|
||||||
due to header ordering dependencies. I don't know why the #define
|
due to header ordering dependencies. I don't know why the #define
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changes in version 2.3+:
|
Changes in version 2.3a, 2006-09-13:
|
||||||
|
|
||||||
* Instead of %union, you can define and use your own union type
|
* Instead of %union, you can define and use your own union type
|
||||||
YYSTYPE if your grammar contains at least one <type> tag.
|
YYSTYPE if your grammar contains at least one <type> tag.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
# We use macros like AC_CHECK_HEADERS_ONCE, so we need Autoconf 2.60 or better.
|
# We use macros like AC_CHECK_HEADERS_ONCE, so we need Autoconf 2.60 or better.
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
AC_INIT([GNU Bison], [2.3+], [bug-bison@gnu.org])
|
AC_INIT([GNU Bison], [2.3a], [bug-bison@gnu.org])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user