* src/files.c (guard_obstack): New.

(open_files): Initialize it.
(output_files): Dump it...
* src/files.h: Export it.
* src/reader.c (copy_guard): Use it.
This commit is contained in:
Akim Demaille
2000-12-20 10:29:43 +00:00
parent 27110317b8
commit ea5607fd01
6 changed files with 41 additions and 41 deletions

View File

@@ -24,9 +24,6 @@
#include "files.h"
#include "getargs.h"
char *spec_file_prefix; /* for -b. */
char *spec_name_prefix; /* for -p. */
int debug_flag = 0;
int defines_flag = 0;
int locations_flag = 0;