]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
Java: Fix syntax error handling without error token.
[bison.git] / src / getargs.c
index 01cf8109e7b907b55ebb86586125f4c9fe21e964..1185e40944a157013c0720c0e10bdd0b3c09ae0c 100644 (file)
@@ -40,6 +40,8 @@
 # undef HACK_FOR___GNU_LIBRARY___PROTOTYPE
 #endif
 
+#include <progname.h>
+
 #include "complain.h"
 #include "files.h"
 #include "getargs.h"
@@ -79,8 +81,6 @@ int language_prio = default_prio;
 struct bison_language const *language = &valid_languages[0];
 const char *include = NULL;
 
-char *program_name;
-
 
 /** Decode an option's set of keys.
  *