annotate FLEX.patch @ 5188:fd90c6df7d52
[project @ 2005-03-03 08:00:25 by jwe]
author |
jwe |
date |
Thu, 03 Mar 2005 08:00:26 +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 |