* src/reader.c (parse_thong_decl): Formatting changes.

(token_translations_init): New, extracted from...
(packsymbols): Here.
Adjust.
This commit is contained in:
Akim Demaille
2001-11-02 14:02:31 +00:00
parent 1d708336d4
commit 7ae1c5929e
4 changed files with 77 additions and 45 deletions

4
NEWS
View File

@@ -2,6 +2,10 @@ Bison News
----------
Changes in version 1.30a:
* Fixed incorrect processing of some invalid input.
* Fixed CPP guards: 9foo.h uses BISON_9FOO_H instead of 9FOO_H.
Changes in version 1.30: