mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
XFREE -> free
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user