mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
* src/output.c (output): Remove useless variables.
* lib/obstack.c (obstack_grow, obstack_grow0): Rename the second argument `data' for consistency with the prototypes. Qualify it `const'. (obstack_copy, obstack_copy0): Rename the second argument as `address' for consistency. Qualify it `const'. * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow) (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify `const' their input argument (`data' or `address'). Adjust the corresponding macros to include `const' in casts.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2000-11-07 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/output.c (output): Remove useless variables.
|
||||
* lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
|
||||
argument `data' for consistency with the prototypes.
|
||||
Qualify it `const'.
|
||||
(obstack_copy, obstack_copy0): Rename the second argument as
|
||||
`address' for consistency. Qualify it `const'.
|
||||
* lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
|
||||
(obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
|
||||
`const' their input argument (`data' or `address').
|
||||
Adjust the corresponding macros to include `const' in casts.
|
||||
|
||||
2000-11-03 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
|
||||
|
||||
Reference in New Issue
Block a user