* 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:
Akim Demaille
2000-11-07 11:54:01 +00:00
parent 090c5ebfa8
commit 8a4f41d6ed
4 changed files with 34 additions and 23 deletions

View File

@@ -1308,8 +1308,6 @@ free_itemsets (void)
void
output (void)
{
int c;
/* output_token_defines(ftable); / * JF put out token defines FIRST */
/* If using a simple parser the definition of YYSTYPE are put into