Menu

#33 backport unput_yytext() to bespin

open
nobody
None
7
2005-05-10
2005-05-10
Jiri Baum
No

On newer versions of flex, unput_yytext() is not
allowed where we're using it. To fix this, we need to
replace every ocurrence of unput_yytext() with
yyless(0) in the iec.flex file.

This has already been done in the development version
(over a year ago) but needs to be back-ported to bespin.

Discussion


Log in to post a comment.

Auth0 Logo