Regression with BISON between Cygwin DLL 1.3.15-1 release and Cygwin DLL 1.3.17-1 release
Norman Vine
nhv@cape.com
Tue Dec 3 06:22:00 GMT 2002
Gérald Baëza writes:
>
> I have a problem with the latest release of Cygwin (New Cygwin DLL
> 1.3.17-1 release) when I use BISON. Indeed, when BISON arrives on the
> following line :
>
> include_list
> : include include_list
> |
>
> I have an error message which says that a ";" or a "|" is waited
> instead of ":".
The latest BISON caused similar problems for me and in each case
the preceeding definition was missing a closing ';'
in each case adding the missing ';' allowed BISON to compile the file
HTH
Norman
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list