Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: Wed, 31 Mar 1999 21:08:19 +1000
From: Fergus Henderson <fjh@cs.mu.OZ.AU>
To: Aldo Mazzilli <aldo.mazzilli@inria.fr>
Cc: gnu-win32@cygnus.com, crossgcc@cygnus.com
Subject: Re: No response to my problem ??
Message-ID: <19990331210819.A21065@mundook.cs.mu.OZ.AU>
References: <3701E925.6BE4@inria.fr> <19990331193245.A19871@mundook.cs.mu.OZ.AU> <3701ED77.5369@inria.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.1i
In-Reply-To: <3701ED77.5369@inria.fr>; from Aldo Mazzilli on Wed, Mar 31, 1999 at 11:40:07AM +0200

On 31-Mar-1999, Aldo Mazzilli <aldo.mazzilli@inria.fr> wrote:
> Fergus Henderson wrote:
> > 
> > On 31-Mar-1999, Aldo Mazzilli <aldo.mazzilli@inria.fr> wrote:
> > > Here is the line 71 of scanner.c :
> > > FILE *yyin = {stdin}, *yyout = {stdout} ;
> > 
> > The ANSI/ISO C standard does not allow that code.
> > You need to write it as [...]
> 
> Thanks for your suggestion,Fergus,  but this initialization is produced
> by 'lex'.
> So I can't intervene in the lex producing C code.

You could try using flex (the GNU version of lex) instead of whichever
lex implementation you are currently using.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3        |     -- the last words of T. S. Garp.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

