/[bison]/bison/src/symtab.c
ViewVC logotype

Diff of /bison/src/symtab.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by akim, Tue Nov 7 16:28:47 2000 UTC revision 1.14 by akim, Thu Oct 4 14:55:21 2001 UTC
# Line 20  Line 20 
20    
21    
22  #include "system.h"  #include "system.h"
 #include "xalloc.h"  
23  #include "symtab.h"  #include "symtab.h"
24  #include "gram.h"  #include "gram.h"
25    
# Line 143  free_symtab (void) Line 142  free_symtab (void)
142            if (bp->type_name)            if (bp->type_name)
143              XFREE (bp->type_name);              XFREE (bp->type_name);
144  #endif  #endif
145              XFREE (bp->tag);
146            XFREE (bp);            XFREE (bp);
147            bp = bptmp;            bp = bptmp;
148          }          }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26