mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* data/glr.c (b4_shared_declarations): Put start-header first,
before any #includes that we generate, so that feature-test macros work. Problem reported by Michael Deutschmann in <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>. * data/lalr1.cc: Likewise. * doc/bison.texinfo (Prologue): Document that feature-test macros should be defined before any Bison declarations. * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns that depend on location.hh after, not before, Bison decls, since we now include location.hh after the first user prologue.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,9 +1,27 @@
|
||||
2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/glr.c (b4_shared_declarations): Put start-header first,
|
||||
before any #includes that we generate, so that feature-test
|
||||
macros work. Problem reported by Michael Deutschmann in
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
|
||||
* data/lalr1.cc: Likewise.
|
||||
* doc/bison.texinfo (Prologue): Document that feature-test macros
|
||||
should be defined before any Bison declarations.
|
||||
* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
|
||||
that depend on location.hh after, not before, Bison decls, since
|
||||
we now include location.hh after the first user prologue.
|
||||
|
||||
* doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
|
||||
Sander Brandenburg in
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
|
||||
Also, fix minor white space and comment issues.
|
||||
(Prologue): Mention that it's better to define feature-test macros
|
||||
before Bison declarations. Problem reported by Michael Deutschmann.
|
||||
|
||||
* README-cvs: Fix typo: "&" should be "&&". Problem reported
|
||||
by Jim Meyering.
|
||||
* m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
|
||||
This adjusts to recent gnulib changes.
|
||||
|
||||
2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user