Remove all uses of PARAMS, since we now assume C89 or better.

This commit is contained in:
Paul Eggert
2002-10-21 05:30:50 +00:00
parent b8452344de
commit d33cb3ae09
29 changed files with 202 additions and 229 deletions

View File

@@ -139,7 +139,7 @@ typedef union {
char *string;
assoc_t assoc;
} yystype;
/* Line 1281 of /usr/local/share/bison/yacc.c. */
/* Line 1287 of /tmp/prefix/share/bison/yacc.c. */
#line 144 "y.tab.h"
# define YYSTYPE yystype
#endif