diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:53:53 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:53:53 +0000 |
commit | 0bdeb43b6275adf3cf3dbde04107722c638a3743 (patch) | |
tree | 693a2481f59e62982389a205d2b15b5bfa3e0b2b /libf2c/libI77/lio.h | |
parent | caa6c56774eb62227337101cbb7e007e2f6f9de6 (diff) | |
download | gcc-0bdeb43b6275adf3cf3dbde04107722c638a3743.tar.gz |
* libF77/*: Delete KR_headers cruft.
* libI77/*: Likewise.
* libU77/*: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54132 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/lio.h')
-rw-r--r-- | libf2c/libI77/lio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libf2c/libI77/lio.h b/libf2c/libI77/lio.h index ec0c23df5fe..c9540db044c 100644 --- a/libf2c/libI77/lio.h +++ b/libf2c/libI77/lio.h @@ -43,9 +43,7 @@ typedef union { -#ifndef KR_headers signed -#endif char flchar; short flshort; ftnint flint; @@ -56,10 +54,6 @@ typedef union doublereal fldouble; } flex; extern int f__scale; -#ifdef KR_headers -extern int (*f__lioproc)(), (*l_getc)(), (*l_ungetc)(); -extern int l_read(), l_write(); -#else #ifdef __cplusplus extern "C" { #endif @@ -73,5 +67,4 @@ extern int z_rnew(void); #ifdef __cplusplus } #endif -#endif extern ftnint L_len; |