summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-07-09 16:43:51 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-07-09 16:43:51 +0000
commit2c9a7dd8b7e41214f1a0b0604f9f7e1b1d3b2816 (patch)
tree84f1e22902367efca95b3eabd725dabf00757d65 /flex.skl
parent6822400f32e05ba0f5a00499ddb4e8ba0ebd9202 (diff)
Added prototypes for the get/set debug functions.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl9
1 files changed, 9 insertions, 0 deletions
diff --git a/flex.skl b/flex.skl
index ca6d15d..99c059d 100644
--- a/flex.skl
+++ b/flex.skl
@@ -474,6 +474,15 @@ static int yy_init_globals YY_PROTO(( yyscan_t ));
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
+
+#ifndef YY_NO_GET_DEBUG
+bool yyget_debug YY_PROTO(( YY_ONLY_ARG ));
+#endif
+
+#ifndef YY_NO_SET_DEBUG
+void yyset_debug YY_PROTO(( bool debug_flag YY_LAST_ARG ));
+#endif
+
#ifndef YY_NO_GET_EXTRA
YY_EXTRA_TYPE yyget_extra YY_PROTO(( YY_ONLY_ARG ));
#endif