omega_calc/src/parser.l: remove definition of yylineno
commit34f937b460d875e1cfbbd82c6ddbfb8bb2d95a27
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 18 Sep 2006 08:36:59 +0000 (18 10:36 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 18 Sep 2006 08:36:59 +0000 (18 10:36 +0200)
treed55a409979904723c7bd5c13bfe3993f7a000e1d
parenta35875b9cb7990132566da139cb893d083b0d411
omega_calc/src/parser.l: remove definition of yylineno

Apparently, some versions of lex (notably flex 2.5.31)
add this definition automatically, while other versions
(notably flex 2.5.4) don't.  However, using the -l option
will force flex to add it.
Makefile.config
omega_calc/src/parser.l