This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ylwrap fails with flex 2.5.4 and prefix


| 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"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]