summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-02-16 20:26:30 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-02-16 20:26:30 +0000
commitde30476ad1683c9b00ede70a8076effb0e44dec5 (patch)
tree1a000d496195d377ed48b89122dfd0a4bcd7cedd /flex.skl
parent1bf7d5b494ddaf9e446d176dce04b52d08a75e42 (diff)
Added missing #endif.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl5
1 files changed, 3 insertions, 2 deletions
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)