-/* Output all the action code; precise form depends on which parser. */
-extern struct obstack action_obstack;
+/* --verbose. */
+extern char *spec_verbose_file;
+
+/* File name specified for the output VCG graph. */
+extern char *spec_graph_file;
+
+/* File name specified with --defines. */
+extern char *spec_defines_file;
+
+/* Read grammar specifications. */
+extern FILE *finput;
+