bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.50 Bug - Parsing Error - Examples Enclosed - Correct Attachm


From: Paul Eggert
Subject: Re: Bison 1.50 Bug - Parsing Error - Examples Enclosed - Correct Attachments
Date: Sat, 12 Oct 2002 21:32:28 -0700 (PDT)

> From: "Jim Gifford" <address@hidden>
> Date: Sat, 12 Oct 2002 20:27:59 -0700
> 
>     I just tried the patch out. Same results. Here is the code generated.

That's odd, since the code that you just sent compiled for me (Debian
potato x86, GCC 2.95.4) when I replaced kbd-1.07/src/loadkeys.c with it.
With a loadkeys.c generated by Bison 1.50 I got this behavior:

  gcc -c -O2 -DDATADIR=\"/usr/share\" loadkeys.c
  In file included from loadkeys.y:107:
  analyze.l: In function `yylex':
  analyze.l:73: `EOL' undeclared (first use in this function)
  ...
  [lots of other diagnostics]

but with the loadkeys.c you just sent, the same compilation worked
just fine for me, without any diagnostics.


What problem are you observing with the new loadkeys.c?


PS.  Please CC: <address@hidden> so that we have records of this
conversation.




reply via email to

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