mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/scan-gram.l: Remove unused declaration of last_string_1 so the
build succeeds when configured with --enable-gcc-warnings.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/scan-gram.l: Remove unused declaration of last_string_1 so the
|
||||
build succeeds when configured with --enable-gcc-warnings.
|
||||
|
||||
2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* src/parse-gram.y (char_name): New function.
|
||||
|
||||
@@ -361,7 +361,6 @@ splice (\\[ \f\t\v]*\n)*
|
||||
<SC_ESCAPED_CHARACTER>
|
||||
{
|
||||
"'" {
|
||||
unsigned char last_string_1;
|
||||
STRING_GROW;
|
||||
STRING_FINISH;
|
||||
loc->start = token_start;
|
||||
|
||||
Reference in New Issue
Block a user