]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
DJGPP specific file.
[bison.git] / src / parse-gram.y
index 57e13de30ba205c4900d90974b79bcc741e185b5..d4f2731e6cea38f41b8e85ec7f03f0d110f5d4b2 100644 (file)
@@ -20,6 +20,7 @@
    02110-1301  USA
 */
 
+#include <config.h>
 #include "system.h"
 
 #include "complain.h"
@@ -53,9 +54,8 @@ static void add_param (char const *, char *, location);
 
 static symbol_class current_class = unknown_sym;
 static uniqstr current_type = 0;
-symbol *current_lhs;
-location current_lhs_location;
-assoc current_assoc;
+static symbol *current_lhs;
+static location current_lhs_location;
 static int current_prec = 0;
 %}