* src/gram.c (gram_free): Rename back as...

(dummy): this.
(output_token_translations): Free `token_translations'.
* src/symtab.c (free_symtab): Free the tag field.
This commit is contained in:
Akim Demaille
2001-09-22 17:57:59 +00:00
parent ab6fbb02ad
commit c6e1f6235a
5 changed files with 24 additions and 15 deletions

View File

@@ -1751,7 +1751,6 @@ packsymbols (void)
user_toknums[bp->value] = bp->user_token_number;
sprec[bp->value] = bp->prec;
sassoc[bp->value] = bp->assoc;
}
token_translations = XCALLOC (short, max_user_token_number + 1);