summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvern <vern>1996-10-29 14:43:59 +0000
committervern <vern>1996-10-29 14:43:59 +0000
commit0698d8daaec724f832ef5de62e245039513bd20b (patch)
tree6f13e0cbcab4acbeca1eb90207b47894a830bcd7
parent88d3efd0b02283252fe7980550ccd4a496e6275d (diff)
downloadflex-0698d8daaec724f832ef5de62e245039513bd20b.tar.gz
fixed %option noinput
-rw-r--r--flex.skl7
1 files changed, 5 insertions, 2 deletions
diff --git a/flex.skl b/flex.skl
index 9188e33..11d7752 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1,7 +1,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
- * $Header: /cvsroot/flex/flex/flex.skl,v 2.92 1996/10/29 14:39:00 vern Exp $
+ * $Header: /cvsroot/flex/flex/flex.skl,v 2.93 1996/10/29 14:43:59 vern Exp $
*/
#define FLEX_SCANNER
@@ -970,6 +970,7 @@ void yyFlexLexer::yyunput( int c, register char* yy_bp )
%-
+#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput()
#else
@@ -1045,7 +1046,9 @@ int yyFlexLexer::yyinput()
return c;
}
-
+%-
+#endif /* ifndef YY_NO_INPUT */
+%*
%-
#ifdef YY_USE_PROTOS