Re: help with C++ and flex, error after flex

"Gisle Vanem" <[email protected]> Wed, 1 Apr 2009 09:36:46 +0200
Newsgroups gmane.comp.gnu.utils
Message-ID <[email protected]>
"George Nychis" <[email protected]> wrote:

> Line 18 in config.l has:
> unsigned int configlineno = 1;
> 
> After flex runs, configlex.cpp generates:extern int configlineno; //
> line 361
> int configlineno = 1; // line 363unsigned int configlineno = 1; //
> line 493

I just checked with flex 2.5.4. There's no problem with your config.l
here. What version of flex are you using? Use "flex -V" to check.

--g