mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
Merge in branch-1_29.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
|
||||
#include "system.h"
|
||||
#include "xalloc.h"
|
||||
#include "symtab.h"
|
||||
#include "gram.h"
|
||||
|
||||
@@ -143,6 +142,7 @@ free_symtab (void)
|
||||
if (bp->type_name)
|
||||
XFREE (bp->type_name);
|
||||
#endif
|
||||
XFREE (bp->tag);
|
||||
XFREE (bp);
|
||||
bp = bptmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user