X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d6bad195977b0204fc8406cac57cf5a4f1c769b..fbecd2ab59d461fbd943670338a5def4157e3364:/src/scan-code.l diff --git a/src/scan-code.l b/src/scan-code.l index 7b1168d7..562f03cc 100644 --- a/src/scan-code.l +++ b/src/scan-code.l @@ -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, ';'); }