annotate FLEX.patch @ 4954:ed0f3cb6d3d4
[project @ 2004-09-01 21:24:53 by jwe]
author |
jwe |
date |
Wed, 01 Sep 2004 21:24:54 +0000 |
parents |
49bec5dee616 |
children |
|
rev |
line source |
3261
|
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 |