]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
(symbol_new): Report an error if the input grammar contains too many
[bison.git] / src / gram.c
index 223b736d47dc0d49f12293ce90583710986c28cf..c99cb9d874bd85efd195a6925e7670feda21937e 100644 (file)
@@ -326,9 +326,9 @@ grammar_rules_never_reduced_report (const char *message)
 void
 grammar_free (void)
 {
-  XFREE (ritem);
+  free (ritem);
   free (rules);
-  XFREE (token_translations);
+  free (token_translations);
   /* Free the symbol table data structure.  */
   symbols_free ();
   free_merger_functions ();