]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
* doc/bison.texinfo (Bison Options): Say more accurately what
[bison.git] / src / parse-gram.y
index 71f4829e6c6c5cc6aca7248ce38131656555bde8..4a31f014cb03f7590bb98258bd6edf88b71650f8 100644 (file)
@@ -391,10 +391,6 @@ grammar:
 rules_or_grammar_declaration:
   rules
 | grammar_declaration ";"
-    {
-      if (yacc_flag)
-       complain_at (@$, _("POSIX forbids declarations in the grammar"));
-    }
 | error ";"
     {
       yyerrok;