mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* 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:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user