Hello Jan,
* Jan Engelhardt wrote on Wed, Mar 25, 2009 at 12:08:57AM CET:
> when a scanner.l file contains
>
> %option prefix="foo_"
>
> flex will output to lex.foo_.c instead of lex.yy.c,
> causing ylwrap to fail
>
> (automake runs:)
> /bin/sh ../ylwrap scanner.l lex.yy.c sca
Hi,
when a scanner.l file contains
%option prefix="foo_"
flex will output to lex.foo_.c instead of lex.yy.c,
causing ylwrap to fail
(automake runs:)
/bin/sh ../ylwrap scanner.l lex.yy.c scanner.c -- flex
How would one best proceed here? Especially when there are mult