From: Joel E. Denny Date: Mon, 19 Jun 2006 22:31:33 +0000 (+0000) Subject: * src/scan-gram.l: Remove unused declaration of last_string_1 so the X-Git-Tag: v2.3b~362 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a7ee59cfb466c53f7a9bed59df1bb2ee080146b3?ds=sidebyside * src/scan-gram.l: Remove unused declaration of last_string_1 so the build succeeds when configured with --enable-gcc-warnings. --- diff --git a/ChangeLog b/ChangeLog index 960f8968..28b74f90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-19 Joel E. Denny + + * 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 * src/parse-gram.y (char_name): New function. diff --git a/src/scan-gram.l b/src/scan-gram.l index 1af1fac6..61545cbb 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -361,7 +361,6 @@ splice (\\[ \f\t\v]*\n)* { "'" { - unsigned char last_string_1; STRING_GROW; STRING_FINISH; loc->start = token_start;