help-gnu-utils
[Top][All Lists]
Advanced

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

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


From: Gisle Vanem
Subject: Re: help with C++ and flex, error after flex
Date: Wed, 1 Apr 2009 09:36:46 +0200

"George Nychis" <gnychis@gmail.com> 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


reply via email to

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