mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
* src/bison.simple (yyparse): Don't take the address of an
item before the start of an array, as that doesn't conform to the C Standard.
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
|
2001-08-27 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
|
* src/bison.simple (yyparse): Don't take the address of an
|
||||||
|
item before the start of an array, as that doesn't conform to
|
||||||
|
the C Standard.
|
||||||
|
|
||||||
2001-08-27 Robert Anisko <robert.anisko@epita.fr>
|
2001-08-27 Robert Anisko <robert.anisko@epita.fr>
|
||||||
|
|
||||||
* src/output.c (output): Remove the initialization of the macro
|
* src/output.c (output): Remove the initialization of the macro
|
||||||
obstack. It was done too late here.
|
obstack. It was done too late here.
|
||||||
|
|
||||||
* src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
|
* src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
|
||||||
|
|||||||
Reference in New Issue
Block a user