]> git.saurik.com Git - bison.git/commit - src/conflicts.c
* src/gram.h (associativity): New enum type which replaces the
authorAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 08:51:00 +0000 (08:51 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 08:51:00 +0000 (08:51 +0000)
commitd7020c20785f7684de4f71ede4fe871fc16f61e7
treeedababba1373d9c4b89eae0ca670fd9fd2382445
parent1916f98ef86a1b73986f3f0ab709cccc4afb8f9e
* src/gram.h (associativity): New enum type which replaces the
former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
`right_assoc', `left_assoc' and `non_assoc'.
Adjust all dependencies.
* src/reader.c: Formatting changes.
(LTYPESTR): Don't define it, use it as a literal in
`reader_output_yylsp'.
* src/symtab.h (symbol_class): New enum type which replaces the
former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
`sunknown', `stoken and `snterm'.
ChangeLog
src/conflicts.c
src/gram.h
src/lex.c
src/reader.c
src/symtab.c
src/symtab.h