summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-03-31 13:21:40 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-03-31 13:21:40 +0000
commit85847d998a69dc8c89c6c7703349d07980fadb17 (patch)
tree5a15c2c603bf9a931736817145b1051bd28dad93 /NEWS
parent25eded58e50d79f8cbd14df8f0739cc99b83108f (diff)
yylineno is now per-buffer in reentrant scanners
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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