X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/06ec0105b12cdfa2994283e345154e6720354808..12bc1c9e47a5c043e1d2bba599846732b93d062c:/src/scan-skel.l diff --git a/src/scan-skel.l b/src/scan-skel.l index a0d9c9e9..c7e7190f 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -1,6 +1,6 @@ /* Scan Bison Skeletons. -*- C -*- - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -186,7 +186,7 @@ flag (const char *arg) else if (STREQ (arg, "fatal")) return fatal; else if (STREQ (arg, "note")) - return silent | complaint; + return silent | complaint | no_caret; else if (STREQ (arg, "warn")) return Wother; else