Bison dumps core when trying to complain about broken input files.

Reported by Cris van Pelt.
* src/lex.c (parse_percent_token): Be sure to set token_buffer.
* tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
into...
(Invalid inputs): Strengthen: exercise parse_percent_token.
This commit is contained in:
Akim Demaille
2002-01-22 10:29:28 +00:00
parent 3a48f72d7e
commit 015af8c168
5 changed files with 44 additions and 31 deletions

3
NEWS
View File

@@ -3,11 +3,12 @@ Bison News
Changes in version 1.31a:
* Fix YACC option output file names
* Fix Yacc output file names
* Portability fixes
* Italian translation
Changes in version 1.31, 2002-01-14: