bug-bison
[Top][All Lists]
Advanced

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

Re: Whats wrong?


From: Hans Aberg
Subject: Re: Whats wrong?
Date: Mon, 11 Feb 2002 14:17:53 +0100

At 06:49 -0600 2002/02/11, Billy Patton wrote:
>/usr/local/share/bison/bison.simple:197: parse error
>/usr/local/share/bison/bison.simple:398: parse error
>/usr/local/share/bison/bison.simple:407: parse error
>
>the 197 line is
>
>196: #if YYPURE
>197: #  if YYLSP
>
>397: #if !YYPURE
>398: YY_DECL_VARIABLES
>
>406: #if YYPURE
>407:   YY_DECL_VARIABLES
>
>
>In my yacc I have
>#define YYPURE

Try to change to:
  #define YYPURE 1
Does it work?

>From your report, it looks as though one has changed from
  #ifdef YYPURE
to
  #if YYPURE
in bison.simple.

  Hans Aberg





reply via email to

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