diff options
Diffstat (limited to 'libf2c/libI77/fmt.h')
-rw-r--r-- | libf2c/libI77/fmt.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libf2c/libI77/fmt.h b/libf2c/libI77/fmt.h index 6197e76..7219dce 100644 --- a/libf2c/libI77/fmt.h +++ b/libf2c/libI77/fmt.h @@ -46,21 +46,13 @@ typedef union } ufloat; typedef union { short is; -#ifndef KR_headers signed -#endif char ic; integer il; #ifdef Allow_TYQUAD longint ili; #endif } Uint; -#ifdef KR_headers -extern int (*f__doed)(),(*f__doned)(); -extern int (*f__dorevert)(); -extern int rd_ed(),rd_ned(); -extern int w_ed(),w_ned(); -#else #ifdef __cplusplus extern "C" { #endif @@ -76,7 +68,6 @@ extern int wrt_L(Uint*, int, ftnlen); #ifdef __cplusplus } #endif -#endif extern flag f__cblank,f__cplus,f__workdone, f__nonl; extern char *f__fmtbuf; extern int f__fmtlen; @@ -94,8 +85,4 @@ extern int f__cursor; #define TYQUAD 14 #endif -#ifdef KR_headers -extern char *f__icvt(); -#else extern char *f__icvt(longint, int*, int*, int); -#endif |