summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1996-10-29 14:43:59 +0000
committerVern Paxson <vern@ee.lbl.gov>1996-10-29 14:43:59 +0000
commit91964feba77fddfd5f726d88772f45bb7bdab0c8 (patch)
tree606a583ff7f359fd63adba22d6e0f3c0bda8850b /flex.skl
parent8c02bdde06278748163f845009f87f0cefa80dc3 (diff)
fixed %option noinput
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl5
1 files changed, 4 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index d7bd029..ebe0c6f 100644
--- a/flex.skl
+++ b/flex.skl
@@ -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