]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Change %merge result type clash warnings to errors. Discussed at
[bison.git] / src / scan-gram.l
index 93b9288c80a8493acf97f643dac43ca7484a74e8..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);