]> git.saurik.com Git - bison.git/blobdiff - src/flex-scanner.h
java: remove used variable
[bison.git] / src / flex-scanner.h
index 221091e3bf965747981e0d583398ea15fa0b0341..0edab77afd0936dc868ee8908e0342221fbbec0b 100644 (file)
@@ -76,10 +76,10 @@ static struct obstack obstack_for_string;
 #define STRING_GROW   \
   obstack_grow (&obstack_for_string, yytext, yyleng)
 
-#define STRING_FINISH                                  \
-  do {                                                 \
-    obstack_1grow (&obstack_for_string, '\0');         \
-    last_string = obstack_finish (&obstack_for_string);        \
+#define STRING_FINISH                                   \
+  do {                                                  \
+    obstack_1grow (&obstack_for_string, '\0');          \
+    last_string = obstack_finish (&obstack_for_string); \
   } while (0)
 
 #define STRING_FREE \