]> granicus.if.org Git - flex/commitdiff
Added missing #endif.
authorJohn Millaway <john43@users.sourceforge.net>
Sat, 16 Feb 2002 20:26:30 +0000 (20:26 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Sat, 16 Feb 2002 20:26:30 +0000 (20:26 +0000)
flex.skl

index 1439f0c15db49610371e4724df6da4596e450742..1c8359769c37c94f3adf2fe8921fb5ac6cca731c 100644 (file)
--- 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)