Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/FLEX.patch @@ -0,0 +1,16 @@ +*** flex.skl~ Tue Sep 10 18:58:54 1996 +--- flex.skl Tue Nov 24 23:10:34 1998 +*************** +*** 1179,1185 **** +--- 1179,1189 ---- + %- + #ifndef YY_ALWAYS_INTERACTIVE + #ifndef YY_NEVER_INTERACTIVE ++ #ifdef __cplusplus ++ extern "C" int isatty YY_PROTO(( int )); ++ #else + extern int isatty YY_PROTO(( int )); ++ #endif + #endif + #endif +