]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
(gram_scanner_cursor): Remove decl, since this
[bison.git] / src / scan-gram.l
index 25796dbd429b586fe1d6ba0ffe0815b2a35d35a3..d5d92c4c51e439f87f6e3d2f09e4c8d4ad969c87 100644 (file)
@@ -54,7 +54,7 @@
    code_start = scanner_cursor = loc->start;           \
 
 /* Location of scanner cursor.  */
-boundary scanner_cursor;
+static boundary scanner_cursor;
 
 #define YY_USER_ACTION  location_compute (loc, &scanner_cursor, yytext, yyleng);
 
@@ -243,8 +243,6 @@ splice       (\\[ \f\t\v]*\n)*
 
   /* Code in between braces.  */
   "{" {
-    if (current_rule && current_rule->action)
-      grammar_midrule_action ();
     STRING_GROW;
     braces_level = 0;
     code_start = loc->start;