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

Diff of /bison/src/files.c

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

revision 1.58 by akim, Sat Dec 15 16:06:50 2001 UTC revision 1.59 by akim, Mon Dec 17 17:31:10 2001 UTC
# Line 489  output_files (void) Line 489  output_files (void)
489        char *temp_name;        char *temp_name;
490    
491        obstack_save (&attrs_obstack, attrsfile);        obstack_save (&attrs_obstack, attrsfile);
       obstack_free (&attrs_obstack, NULL);  
492        temp_name = stringappend (short_base_name, EXT_GUARD_C);        temp_name = stringappend (short_base_name, EXT_GUARD_C);
493  #ifndef MSDOS  #ifndef MSDOS
494        temp_name = stringappend (temp_name, src_extension);        temp_name = stringappend (temp_name, src_extension);
495  #endif /* MSDOS */  #endif /* MSDOS */
496        obstack_save (&guard_obstack, temp_name);        obstack_save (&guard_obstack, temp_name);
       obstack_free (&guard_obstack, NULL);  
497      }      }
498    
499      obstack_free (&guard_obstack, NULL);
500      obstack_free (&attrs_obstack, NULL);
501  }  }

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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