"George Nychis" <gnyc...@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