summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-02-09 18:54:56 +0000
committerwlestes <wlestes>2008-02-09 18:54:56 +0000
commit836a22ce90460f75acdd4d37a23a9a2b009fdb17 (patch)
tree5f0d0fc18bb306be2056c7c41cf990c36f7a30e6
parente6b2f4082f72cef7eb855c996eb048f218b36c11 (diff)
downloadflex-836a22ce90460f75acdd4d37a23a9a2b009fdb17.tar.gz
generate headers for all functions (resolves bug #1628314)
-rw-r--r--NEWS3
-rw-r--r--flex.skl3
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0bbf9e0..58318f0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the file COPYING for copying conditions.
* version 2.5.35
+** fix bug that prevented headers for all functions from being generated
+(resolves bug #1628314)
+
** change yy_size_t to be size_t (resolves bug #1849812)
* version 2.5.34 released 2007-12-12
diff --git a/flex.skl b/flex.skl
index 2771537..6ebf2fd 100644
--- a/flex.skl
+++ b/flex.skl
@@ -889,6 +889,8 @@ int yylex_init_extra M4_YY_PARAMS( YY_EXTRA_TYPE user_defined, yyscan_t* scanner
%endif
+%endif End reentrant structures and macros.
+
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
@@ -978,7 +980,6 @@ m4_ifdef( [[<M4_YY_BISON_LLOC>]],
]])
]])
%endif
-%endif End reentrant structures and macros.
/* Macros after this point can all be overridden by user definitions in
* section 1.