- Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1984, 1989, 2000, 2001, 2002 Free Software Foundation, Inc.
/* File name for the parser (i.e., the one above, or its default.) */
extern char *parser_file_name;
/* File name for the parser (i.e., the one above, or its default.) */
extern char *parser_file_name;
-extern struct obstack attrs_obstack;
-
-/* The verbose output. */
-extern struct obstack output_obstack;
+extern struct obstack pre_prologue_obstack;
+extern struct obstack post_prologue_obstack;
void compute_output_file_names PARAMS((void));
FILE *xfopen PARAMS ((const char *name, const char *mode));
int xfclose PARAMS ((FILE *ptr));
void compute_output_file_names PARAMS((void));
FILE *xfopen PARAMS ((const char *name, const char *mode));
int xfclose PARAMS ((FILE *ptr));
const char *skeleton_find PARAMS ((const char *envvar,
const char *skeleton_name));
const char *skeleton_find PARAMS ((const char *envvar,
const char *skeleton_name));
-/* Prefix used to generate output files names. */
-extern char* short_base_name;
+/* Infix used to generate output file names (i.e., `.tab', or `_tab',
+ or `'). */
+extern char *output_infix;