summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2012-02-17 21:40:40 +0000
committerwlestes <wlestes>2012-02-17 21:40:40 +0000
commit5d9d617b7c70c7c4af05fe19392f62632856eea6 (patch)
tree54e4be82fc40561822b2c448adacf0683808b3fe
parentb432f89c8e2e80dcbd6e6bbaf41843b0712c77b2 (diff)
downloadflex-5d9d617b7c70c7c4af05fe19392f62632856eea6.tar.gz
fremove isatty() declaration; resolves #1984987
-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.