/[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.49 by eggert, Sun Nov 3 07:56:25 2002 UTC revision 1.50 by akim, Tue Nov 12 07:55:55 2002 UTC
# Line 200  symbol_user_token_number_set (symbol_t * Line 200  symbol_user_token_number_set (symbol_t *
200  static void  static void
201  symbol_free (symbol_t *this)  symbol_free (symbol_t *this)
202  {  {
203  #if 0    free (this->tag);
204    /* This causes crashes because one string can appear more    free (this);
      than once.  */  
   XFREE (this->type_name);  
 #endif  
   XFREE (this->tag);  
   XFREE (this);  
205  }  }
206    
207    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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