]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Undo last commit.
[bison.git] / src / scan-gram.l
index b6246cb70aa1b6a6657ab82de1bbd3f6344c711f..9429c5f1bf1a200359d99313ea53e84bf8771ba2 100644 (file)
@@ -108,10 +108,10 @@ splice     (\\[ \f\t\v]*\n)*
 %%
 %{
   /* Nesting level of the current code in braces.  */
-  static int braces_level IF_LINT (= 0);
+  int braces_level IF_LINT (= 0);
 
   /* Parent context state, when applicable.  */
-  static int context_state IF_LINT (= 0);
+  int context_state IF_LINT (= 0);
 
   /* Location of most recent identifier, when applicable.  */
   location id_loc IF_LINT (= empty_location);