From 5d9d617b7c70c7c4af05fe19392f62632856eea6 Mon Sep 17 00:00:00 2001 From: wlestes Date: Fri, 17 Feb 2012 21:40:40 +0000 Subject: fremove isatty() declaration; resolves #1984987 --- flex.skl | 19 ------------------- 1 file changed, 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. -- cgit v1.2.1