summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2005-12-22 00:16:24 +0000
committerJohn Millaway <john43@users.sourceforge.net>2005-12-22 00:16:24 +0000
commit291bffe0fec71704364ccb24506531c1dfec5566 (patch)
treebcb052ab4689d57ba35c639230db835804ffd275
parentf073b3c9d882d4df7b39ba1ef9fd7ed309f1b85b (diff)
Fixed bug 1257093 yy_init_globals in header file
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index 3aaa00c..23cf929 100644
--- a/flex.skl
+++ b/flex.skl
@@ -810,7 +810,7 @@ m4_ifdef( [[<M4_YY_BISON_LLOC>]],
]])
-m4_ifdef( [[M4_YY_IN_HEADER]],
+m4_ifdef( [[M4_YY_NOT_IN_HEADER]],
[[
static int yy_init_globals M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );
]])