summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flex.skl19
1 files changed, 0 insertions, 19 deletions
diff --git a/flex.skl b/flex.skl
index 60c141f..6285def 100644
--- a/flex.skl
+++ b/flex.skl
@@ -2055,25 +2055,6 @@ static void yy_load_buffer_state YYFARGS0(void)
}
-%if-c-only
-m4_ifdef( [[M4_YY_ALWAYS_INTERACTIVE]],,
-[[
- m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,
- [[
-#ifndef __cplusplus
-extern int isatty M4_YY_PARAMS( int );
-#endif /* __cplusplus */
- ]])
-]])
-%endif
-
-%if-c++-only
-m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,
-[[
-extern "C" int isatty M4_YY_PARAMS( int );
-]])
-%endif
-
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a yyrestart() or at EOF.