* 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:
Joel E. Denny
2006-06-19 22:31:33 +00:00
parent d2a1a60ab6
commit a7ee59cfb4
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;