From: John Millaway Date: Sat, 16 Feb 2002 20:26:30 +0000 (+0000) Subject: Added missing #endif. X-Git-Tag: flex-2-5-10~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de30476ad1683c9b00ede70a8076effb0e44dec5;p=flex Added missing #endif. --- diff --git a/flex.skl b/flex.skl index 1439f0c..1c83597 100644 --- a/flex.skl +++ b/flex.skl @@ -1489,8 +1489,9 @@ void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b ) extern "C" int isatty YY_PROTO(( int )); #else extern int isatty YY_PROTO(( int )); -#endif -#endif +#endif /* __cplusplus */ +#endif /* !YY_NEVER_INTERACTIVE */ +#endif /* !YY_ALWAYS_INTERACTIVE */ #ifdef YY_USE_PROTOS void yy_init_buffer( YY_BUFFER_STATE b, FILE *file YY_LAST_ARG)