* src/reader.c (gensym): Rename as...

* src/symtab.h, src/symtab.c (dummy_symbol_get): this.
(getsym): Rename as...
(symbol_get): this.
This commit is contained in:
Akim Demaille
2002-06-30 17:27:57 +00:00
parent d57650a5ff
commit 39f4191608
9 changed files with 83 additions and 52 deletions

View File

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