Mercurial > hg > octave-lyh
view FLEX.patch @ 6635:c9c504d939c5
[project @ 2007-05-19 10:36:56 by dbateman]
author | dbateman |
---|---|
date | Sat, 19 May 2007 10:36:57 +0000 |
parents | 49bec5dee616 |
children |
line wrap: on
line source
*** 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