diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:55:57 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:55:57 +0000 |
commit | 63909325c7954dc55b701b89dcc862c7fa78c3ac (patch) | |
tree | 9bfd6566de6b26ea2280557d9bd116a0cb3a49ce /libf2c/libI77/fio.h | |
parent | 0bdeb43b6275adf3cf3dbde04107722c638a3743 (diff) | |
download | gcc-63909325c7954dc55b701b89dcc862c7fa78c3ac.tar.gz |
* libF77/F77_aloc.c, libF77/exit_.c, libF77/main.c,
libF77/s_paus.c, libF77/s_stop.c, libF77/setarg.c,
libF77/setsig.c, libF77/sig_die.c, libF77/signal1.h0,
libI77/close.c, libI77/dolio.c, libI77/fio.h, libI77/fmt.h,
libI77/lio.h: Delete checks on __cplusplus.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/fio.h')
-rw-r--r-- | libf2c/libI77/fio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libf2c/libI77/fio.h b/libf2c/libI77/fio.h index 52086ba482e..81b1d0d10ae 100644 --- a/libf2c/libI77/fio.h +++ b/libf2c/libI77/fio.h @@ -60,9 +60,6 @@ extern cilist *f__elist; /*active external io list*/ extern flag f__reading,f__external,f__sequential,f__formatted; #undef Void #define Void void -#ifdef __cplusplus -extern "C" { -#endif extern int (*f__getn)(void); /* for formatted input */ extern void (*f__putn)(int); /* for formatted output */ extern void x_putc(int); @@ -81,9 +78,6 @@ extern int isatty(int); extern int err__fl(int,int,char*); extern int xrd_SL(void); extern int f__putbuf(int); -#ifdef __cplusplus - } -#endif extern int (*f__doend)(Void); extern FILE *f__cf; /*current file*/ extern unit *f__curunit; /*current unit*/ |