* 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

@@ -52,10 +52,10 @@ int pure_parser;
int error_token_number;
/* Free all the memory associated to these pointers. */
/* This is to avoid linker problems which occur on VMS when using GCC,
when the file in question contains data definitions only. */
void
gram_free (void)
dummy (void)
{
}