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: Akim Demaille
Subject: Re: [SPAM] Re: Extract the action scanner from the grammar scanner
Date: Wed, 07 Jun 2006 10:00:12 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Joel" == Joel E Denny <address@hidden> writes:

 > On Tue, 6 Jun 2006, Akim Demaille wrote:
 >> * src/flex-scanner.h: this new file.

 > This file is missing.

Sorry, I checked it in.

 > 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"

Hm.  I don't need them.  They are sane though.





reply via email to

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