| Hi,
| I'm using flex as the lexer, and I'm using flex's
| support for prefixes. So when I put a 
| 
| %option prefix="dfg_"

Use prefix and outfile to please Automake.

src/bison/src % fgrep %option scan-gram.l                         nostromo 9:59
%option debug nodefault noyywrap never-interactive
%option prefix="gram_" outfile="lex.yy.c"


Reply via email to