mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Get Bison to build again when configured with --enable-gcc-warnings.
* src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some missing #include's. * src/scan-code.l (handle_action_dollar, handle_action_at): Rename loc argument as it shadows a global. * src/scan-gram.l: Remove stray comma that prevents boundary_set invocation. * src/.cvsignore: Add scan-code.c.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Get Bison to build again when configured with --enable-gcc-warnings.
|
||||
* src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
|
||||
missing #include's.
|
||||
* src/scan-code.l (handle_action_dollar, handle_action_at): Rename
|
||||
loc argument as it shadows a global.
|
||||
* src/scan-gram.l: Remove stray comma that prevents boundary_set
|
||||
invocation.
|
||||
|
||||
* src/.cvsignore: Add scan-code.c.
|
||||
|
||||
2006-06-07 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/scan-gram.l: Move the "add a trailing ; to actions" code
|
||||
|
||||
Reference in New Issue
Block a user