X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/47fa574761319b0a422691223c9b8a9a72f36aa2..847480ae0f5f105ae86d8990729916c589427552:/src/scan-skel.l diff --git a/src/scan-skel.l b/src/scan-skel.l index cd30576b..f2653bee 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -1,6 +1,6 @@ /* Scan Bison Skeletons. -*- C -*- - Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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