bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Main] FYI Forget an include.


From: Pascal Bart
Subject: [Main] FYI Forget an include.
Date: Thu, 20 Sep 2001 20:52:53 +0000 (GMT)

Hello,

        I've just forgotten to include one file.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.214
diff -u -r1.214 ChangeLog
--- ChangeLog   2001/09/20 18:32:19     1.214
+++ ChangeLog   2001/09/20 18:50:32
@@ -1,5 +1,9 @@
 2001-09-20  Pascal Bart  <address@hidden>

+       * src/options.c (symtab.h): Include it, need by lex.h.
+
+2001-09-20  Pascal Bart  <address@hidden>
+
        * src/lex.c (parse_percent_token): Change type of variable `tx', which
        is now an option_table_struct*.
        (option_strcmp): New function option_strcmp.
Index: src/options.c
===================================================================
RCS file: /cvsroot/bison/bison/src/options.c,v
retrieving revision 1.1
diff -u -r1.1 options.c
--- src/options.c       2001/09/20 18:32:20     1.1
+++ src/options.c       2001/09/20 18:50:33
@@ -24,6 +24,7 @@
 #include "getopt.h"
 #include "getargs.h"
 #include "gram.h"
+#include "symtab.h"
 #include "lex.h"
 #include "options.h"

Pascal Bart (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]