]> git.saurik.com Git - bison.git/commitdiff
* src/options.c (symtab.h): Include it, need by lex.h.
authorPascal Bart <pascal.bart@epita.fr>
Thu, 20 Sep 2001 18:51:48 +0000 (18:51 +0000)
committerPascal Bart <pascal.bart@epita.fr>
Thu, 20 Sep 2001 18:51:48 +0000 (18:51 +0000)
ChangeLog
src/options.c

index 3ed3d477f226a4c49a7146da62b465ebe60805c1..e39fda65af84eae8752378a9fc5606228d918032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-20  Pascal Bart  <pascal.bart@epita.fr>
+
+       * src/options.c (symtab.h): Include it, need by lex.h.
+       
 2001-09-20  Pascal Bart  <pascal.bart@epita.fr>
 
        * src/lex.c (parse_percent_token): Change type of variable `tx', which
index 71a450532a6fd4b70568fe4982f7e67b5580b278..9732bd3aa7c5e1d049784db41e69024e3fc58b2d 100644 (file)
@@ -24,6 +24,7 @@
 #include "getopt.h"
 #include "getargs.h"
 #include "gram.h"
+#include "symtab.h"
 #include "lex.h"
 #include "options.h"