]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
c++: rename b4_semantic_type_declare as b4_value_type_declare
[bison.git] / src / scan-code.l
index c16515dddba35aae53a11a1ff1d3e58d10c974ba..562f03ccf20c5acd3866e50933708314706b917b 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -229,7 +229,7 @@ ref      -?[0-9]+|{id}|"["{id}"]"|"$"
         complain_indent (loc, Wdeprecated, &indent,
                          _("a ';' might be needed at the end of action code"));
         indent += SUB_INDENT;
-        complain_indent (loc, Wdeprecated | silent, &indent,
+        complain_indent (loc, Wdeprecated | silent | no_caret, &indent,
                          _("future versions of Bison will not add the ';'"));
         obstack_1grow (&obstack_for_string, ';');
       }