]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
Don't use IF_LINT in Bison sources.
[bison.git] / src / scan-skel.l
index 805af34e5fe2b5ec18098645ccebf66f066c97d9..4cc8e32b312c78dc7a411dabfa4411b7717990f3 100644 (file)
@@ -58,7 +58,7 @@ static void fail_for_invalid_at (char const *at);
 %%
 
 %{
-  int out_lineno IF_LINT (= 0);
+  int out_lineno PACIFY_CC (= 0);
   char *outname = NULL;
 
   /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and