Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 1996 11:56:30 -0700 (PDT)
From:      Mark Diekhans <markd@Grizzly.COM>
To:        henrich@crh.cl.msu.edu
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: yylineno ?
Message-ID:  <199609091856.LAA01130@osprey.grizzly.com>
In-Reply-To: <199609091735.NAA02362@crh.cl.msu.edu> (message from Charles Henrich on Mon, 9 Sep 1996 13:35:49 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help
>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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609091856.LAA01130>