Mercurial > hg > octave-nkf
view FLEX.patch @ 4823:4ecd112aebe8
Added tag ss-2-1-56 for changeset d0aa1a59b73b
author | jwe@segfault.lan |
---|---|
date | Fri, 01 Feb 2008 20:58:41 -0500 |
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