X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea52d7066d461da102602b25d371dd09e82eb371..f0440388e9b85171b4f6ea3ecf95dc82799fffc1:/src/files.h diff --git a/src/files.h b/src/files.h index 30108635..c0270887 100644 --- a/src/files.h +++ b/src/files.h @@ -49,9 +49,6 @@ extern FILE *finput; /* Output all the action code; precise form depends on which parser. */ extern struct obstack action_obstack; -/* optionally output #define's for token numbers. */ -extern struct obstack defines_obstack; - /* If semantic parser, output a .h file that defines YYSTYPE... */ extern struct obstack attrs_obstack; @@ -73,6 +70,9 @@ 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)); + const char *skeleton_find PARAMS ((const char *envvar, const char *skeleton_name)); #endif /* !FILES_H_ */