]> git.saurik.com Git - bison.git/commit
* src/output.c (output): Remove useless variables.
authorAkim Demaille <akim@epita.fr>
Tue, 7 Nov 2000 11:54:01 +0000 (11:54 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 7 Nov 2000 11:54:01 +0000 (11:54 +0000)
commit8a4f41d6ed0848c04db9095ad564a2d2b1831fca
tree0906241383aad1732831d04d19bcdee8917fa3db
parent090c5ebfa813d77aa5f57e6e249ac1cfbc1d36ad
* 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.
ChangeLog
lib/obstack.c
lib/obstack.h
src/output.c