> when compiling teTeX-src-beta-20020402 on Compaq Tru64 Unix 4.0D
> with gcc 2.95.2 compilation fails on texk/web2c/omegafonts/lex.yy.c
> with the error:
>
>    pl.l:314: arguments given to macro `yywrap'
>
> The fix is to _prevent_ that /usr/bin/flex (shipped with Tru64)
> which puts the macro "#define yywrap() 1" into lex.yy.c gets used.

Well, the obvious fix seems to put the lines

    int
    yywrap (void)
    { return 1; }

in texk/web2c/omegafonts/pl.l into a pair of

    #ifndef yywrap
    ...
    #endif

John, Yannis: OK?

Thomas

Reply via email to