From a7ee59cfb466c53f7a9bed59df1bb2ee080146b3 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 19 Jun 2006 22:31:33 +0000 Subject: [PATCH] * src/scan-gram.l: Remove unused declaration of last_string_1 so the build succeeds when configured with --enable-gcc-warnings. --- ChangeLog | 5 +++++ src/scan-gram.l | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.47.2