Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread oconnor . maryann
-- Original message -- From: [EMAIL PROTECTED] > > I have a platform on which I am trying to build bison 2.1 for which I > would like HAVE_STDINT_H not defined. Running the configure script > generates a config.h which has the following lines

Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread lfinsto1
> I have a platform on which I am trying to build bison 2.1 for which I would like HAVE_STDINT_H not defined. Running the configure script generates a config.h which has the following lines: > > /* Define to 1 if you have the header file. */ > #define HAVE_STDINT_H 1 Well, this is correct if thi

Re: Parsing from continuous stream

2008-01-21 Thread Bob Rossi
On Sun, Jan 20, 2008 at 09:48:11AM +, Daniel Kraft wrote: >>> I'm trying to use GNU bison to parse from a "continuous" stream, that is, >>> I do want to implement a program similar to a shell: parse one "command" >>> at a time, process it, and continue until end-of-stream is encountered. >>>

How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread oconnor . maryann
Hi, I have a platform on which I am trying to build bison 2.1 for which I would like HAVE_STDINT_H not defined. Running the configure script generates a config.h which has the following lines: /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 Is there any way to not have