* src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.

Adjust all former `associativity' dependencies.
* src/symtab.c (symbol_new): Default associativity is `undef', not
`right'.
(symbol_check_alias_consistence): Adjust.
This commit is contained in:
Akim Demaille
2002-07-16 14:04:06 +00:00
parent 7601152fab
commit a945ec3929
9 changed files with 102 additions and 27 deletions

View File

@@ -37,6 +37,7 @@ bin_PROGRAMS = bison
bison_SOURCES = \
LR0.c LR0.h \
assoc.c assoc.h \
closure.c closure.h \
complain.c complain.h \
conflicts.c conflicts.h \