From: Will Estes Date: Mon, 31 Mar 2003 13:21:40 +0000 (+0000) Subject: yylineno is now per-buffer in reentrant scanners X-Git-Tag: flex-2-5-30~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85847d998a69dc8c89c6c7703349d07980fadb17;p=flex yylineno is now per-buffer in reentrant scanners --- diff --git a/NEWS b/NEWS index 2ba3e5b..b5caf4c 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ See the file COPYING for copying conditions. * after version 2.5.29 +** yylineno is per-buffer in reentrant scanners + ** added %top directive for placing code at the top of the generated scanner; see manual for details