>>> "Joel" == Joel E Denny <[EMAIL PROTECTED]> 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