* data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for

unused variables.
* src/output.c (merger_output): static.
This commit is contained in:
Akim Demaille
2002-06-28 09:05:11 +00:00
parent e0e5bf84b0
commit 4144248075
5 changed files with 29 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ typedef union {
char *string;
associativity assoc;
} yystype;
/* Line 1343 of /home/cs/hilfingr/work/grammars/glr2/install/share/bison/yacc.c. */
/* Line 1353 of /home/lrde/prof/akim/src/bison/data/yacc.c. */
#line 116 "y.tab.h"
# define YYSTYPE yystype
#endif