X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/331dbc1bb7fac0b108adc5591bd9308a39629287..b365aa058967348e2161fe0e5c11d8943f13f4c2:/src/files.h diff --git a/src/files.h b/src/files.h index 573ea3ce..5f02dca1 100644 --- a/src/files.h +++ b/src/files.h @@ -52,9 +52,6 @@ extern struct obstack action_obstack; /* If semantic parser, output a .h file that defines YYSTYPE... */ extern struct obstack attrs_obstack; -/* ... and output yyguard, containing all the guard code. */ -extern struct obstack guard_obstack; - /* The verbose output. */ extern struct obstack output_obstack; @@ -62,13 +59,12 @@ extern char *infile; extern char *attrsfile; void compute_output_file_names PARAMS((void)); -void output_files PARAMS((void)); FILE *xfopen PARAMS ((const char *name, const char *mode)); int xfclose PARAMS ((FILE *ptr)); /* Compute the double inclusion guard's name. */ -char * compute_header_macro PARAMS ((void)); +char *compute_header_macro PARAMS ((void)); const char *skeleton_find PARAMS ((const char *envvar, const char *skeleton_name));