This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: ylwrap fails with flex 2.5.4 and prefix
- From: Akim Demaille <akim at epita dot fr>
- To: Dalibor Topic <robilad at yahoo dot com>
- Cc: automake at gnu dot org
- Date: Thu, 13 Mar 2003 10:03:39 +0100
- Subject: Re: ylwrap fails with flex 2.5.4 and prefix
- References: <20030312164314.6086.qmail@web10010.mail.yahoo.com>
| 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"