summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-03 12:50:09 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-03 12:50:09 +0000
commita65a41564c17ad24aded1c25dbc44607e10392eb (patch)
tree77eab349e97d7e6e6df0f14432faf29e42ca2d7a /NEWS
parentc316bc196572022de225ba1cbcffec8f0f992fb5 (diff)
FlexLexer.h fixed for separate inclusion
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11e1b8a..294aaa6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ Changes between release 2.4.3 (03Dec93) and release 2.4.2:
- Fixed bug causing fatal scanner messages to fail to print.
+ - Fixed things so FlexLexer.h can be included in other C++
+ sources. One side-effect of this change is that -+ and -CF
+ are now incompatible.
+
- libfl.a now supplies versions of the the <string.h>/<strings.h>
string routines needed by flex and the scanners it generates,
to enhance portability to some BSD systems.