Date: Tue, 10 Sep 1996 09:31:29 +0200 (MESZ) From: "Hr.Ladavac" <lada@ws2301.gud.siemens.co.at> To: markd@Grizzly.COM (Mark Diekhans) Cc: henrich@crh.cl.msu.edu, freebsd-hackers@FreeBSD.org Subject: Re: yylineno ? Message-ID: <199609100731.AA154740690@ws2301.gud.siemens.co.at> In-Reply-To: <199609091856.LAA01130@osprey.grizzly.com> from "Mark Diekhans" at Sep 9, 96 11:56:30 am
next in thread | previous in thread | raw e-mail | index | archive | help
E-mail message from Mark Diekhans contained: > > >Im mucking with older software to try and get it running, and its using > >yylineno in lex, however flex doesnt support this variable(?). Anyone have any > >ideas on what to replace it with? > > adding > > %option yylineno > > will enable yylineno compatiblity (at least in version 2.5.3). and lex -l will turn on this compatibility option even on flex which is delivered with FreeBSD. RTFM, please. /Marino >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609100731.AA154740690>