]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
Undo XFREE change; we assume C89 compiler, not C89 library.
[bison.git] / src / gram.c
index 39045d76f800a47a857ffd38110f95a9f3f6c712..cf5a946db983e698269f6f2fa1aaa1800ecbc3ad 100644 (file)
@@ -329,9 +329,9 @@ grammar_rules_never_reduced_report (const char *message)
 void
 grammar_free (void)
 {
-  free (ritem);
+  XFREE (ritem);
   free (rules);
-  free (token_translations);
+  XFREE (token_translations);
   /* Free the symbol table data structure.  */
   symbols_free ();
   free_merger_functions ();