comparison FLEX.patch @ 3261:49bec5dee616

[project @ 1999-08-19 21:13:18 by jwe]
author jwe
date Thu, 19 Aug 1999 21:13:18 +0000
parents
children
comparison
equal deleted inserted replaced
3260:cd454a6fa1a4 3261:49bec5dee616
1 *** flex.skl~ Tue Sep 10 18:58:54 1996
2 --- flex.skl Tue Nov 24 23:10:34 1998
3 ***************
4 *** 1179,1185 ****
5 --- 1179,1189 ----
6 %-
7 #ifndef YY_ALWAYS_INTERACTIVE
8 #ifndef YY_NEVER_INTERACTIVE
9 + #ifdef __cplusplus
10 + extern "C" int isatty YY_PROTO(( int ));
11 + #else
12 extern int isatty YY_PROTO(( int ));
13 + #endif
14 #endif
15 #endif
16