]> git.saurik.com Git - bison.git/blobdiff - src/files.h
Also handle the output file (--verbose) with obstacks.
[bison.git] / src / files.h
index 96799891563d454c5b4f39cc4ca5c8b2d450f9b1..5ac8d04a1d85eb7c6962da263fdac395cce422b5 100644 (file)
@@ -37,10 +37,6 @@ extern char *spec_file_prefix;
 /* Read grammar specifications. */
 extern FILE *finput;
 
-/* Optionally output messages describing the actions taken. */
-extern FILE *foutput;
-
-
 /* Output all the action code; precise form depends on which parser. */
 extern struct obstack action_obstack;
 
@@ -57,6 +53,9 @@ 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;
+
 
 extern char *infile;
 extern char *attrsfile;