bison-patches
[Top][All Lists]
Advanced

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

Re: [SPAM] Re: Extract the action scanner from the grammar scanner


From: Joel E. Denny
Subject: Re: [SPAM] Re: Extract the action scanner from the grammar scanner
Date: Wed, 7 Jun 2006 03:31:48 -0400 (EDT)

On Tue, 6 Jun 2006, Akim Demaille wrote:

>       * src/flex-scanner.h: this new file.

This file is missing.

I also had some #include problems.  Here's what I found:

Index: location.c
===================================================================
RCS file: /sources/bison/bison/src/location.c,v
retrieving revision 1.7
diff -p -u -r1.7 location.c
--- location.c  6 Jun 2006 16:40:06 -0000       1.7
+++ location.c  7 Jun 2006 07:29:28 -0000
@@ -21,8 +21,10 @@
 #include <config.h>
 #include "system.h"
 
+#include <mbswidth.h>
 #include <quotearg.h>
 
+#include "complain.h"
 #include "location.h"
 
 location const empty_location;
Index: main.c
===================================================================
RCS file: /sources/bison/bison/src/main.c,v
retrieving revision 1.86
diff -p -u -r1.86 main.c
--- main.c      6 Jun 2006 16:40:06 -0000       1.86
+++ main.c      7 Jun 2006 07:29:28 -0000
@@ -43,6 +43,7 @@
 #include "print_graph.h"
 #include "reader.h"
 #include "reduce.h"
+#include "scan-gram.h"
 #include "symtab.h"
 #include "tables.h"
 #include "uniqstr.h"





reply via email to

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