diff options
author | Vern Paxson <vern@ee.lbl.gov> | 1995-04-24 13:26:04 +0000 |
---|---|---|
committer | Vern Paxson <vern@ee.lbl.gov> | 1995-04-24 13:26:04 +0000 |
commit | 72167c1180d94e9b2866501241ea4938248d31e6 (patch) | |
tree | 019d1c38c59df9e7f24a10b4c8df4f021b7a49cb | |
parent | 89b65c3d40ac1a623fa220c4b3bbfb85f92f2a1a (diff) | |
download | flex-git-72167c1180d94e9b2866501241ea4938248d31e6.tar.gz |
multiple FlexLexer.h includes
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Changes between release 2.5.2 (25Apr95) and release 2.5.1: - A bug in destructing a FlexLexer object before doing any scanning with it has been fixed. + - A problem with including FlexLexer.h multiple times has been fixed. + - The alloca() chud necessary to accommodate bison has grown even uglier, but hopefully more correct. |