]> git.saurik.com Git - bison.git/blobdiff - src/main.c
`user_toknums' is output as a `short[]' in `output.c', while it is
[bison.git] / src / main.c
index d53d105fd776e99379345c010eabd29aa6d72160..309e7fc5e2867508c0f2ccf140485f9dd20154ca 100644 (file)
@@ -25,6 +25,7 @@
 #include "files.h"
 #include "complain.h"
 #include "derives.h"
+#include "output.h"
 
 #if 0                          /* XXX currently unused.  */
 /* Nonzero means failure has been detected; don't write a parser file.  */
@@ -34,8 +35,9 @@ static int failure;
 /* The name this program was run with, for messages.  */
 char *program_name;
 
+extern void berror PARAMS((const char *));
+
 extern char *printable_version PARAMS ((int));
-extern void berror PARAMS ((const char *));
 
 extern void openfiles PARAMS ((void));
 extern void reader PARAMS ((void));
@@ -48,7 +50,6 @@ extern void initialize_conflicts PARAMS ((void));
 extern void finalize_conflicts PARAMS ((void));
 extern void verbose PARAMS ((void));
 extern void terse PARAMS ((void));
-extern void output PARAMS ((void));
 
 
 /* VMS complained about using `int'.  */