]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
tests: please clang and use ".cc", not ".c", for C++ input
[bison.git] / src / scan-skel.l
index a0d9c9e993f531431eaf8bfa168b0bbe2774686b..c7e7190f034949ccc36c8cb1fed10cb76b6cc29d 100644 (file)
@@ -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