Commit 93218131 by Kaveh R. Ghazi Committed by Kaveh Ghazi

F77_aloc.c, [...]: Delete checks on __cplusplus.

	* 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.

From-SVN: r54133
parent 4d85a6fe
Fri May 31 21:54:37 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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.
Fri May 31 21:50:01 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Fri May 31 21:50:01 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libF77/*: Delete KR_headers cruft. * libF77/*: Delete KR_headers cruft.
......
...@@ -7,13 +7,7 @@ ...@@ -7,13 +7,7 @@
static integer memfailure = 3; static integer memfailure = 3;
#include <stdlib.h> #include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void G77_exit_0 (integer*); extern void G77_exit_0 (integer*);
#ifdef __cplusplus
}
#endif
char * char *
F77_aloc(integer Len, char *whence) F77_aloc(integer Len, char *whence)
......
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
#undef min #undef min
#undef max #undef max
#include <stdlib.h> #include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void); extern void f_exit(void);
void void
...@@ -26,6 +23,3 @@ G77_exit_0 (integer *rc) ...@@ -26,6 +23,3 @@ G77_exit_0 (integer *rc)
#endif #endif
exit(*rc); exit(*rc);
} }
#ifdef __cplusplus
}
#endif
...@@ -10,10 +10,6 @@ ...@@ -10,10 +10,6 @@
#define VOID void #define VOID void
#endif #endif
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void); extern void f_exit(void);
#ifndef NO_ONEXIT #ifndef NO_ONEXIT
#define ONEXIT atexit #define ONEXIT atexit
...@@ -23,10 +19,6 @@ extern int atexit(void (*)(void)); ...@@ -23,10 +19,6 @@ extern int atexit(void (*)(void));
extern void f_init(void); extern void f_init(void);
extern int MAIN__(void); extern int MAIN__(void);
#ifdef __cplusplus
}
#endif
main(int argc, char **argv) main(int argc, char **argv)
{ {
f_setarg(argc, argv); f_setarg(argc, argv);
......
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
#undef min #undef min
#undef max #undef max
#include <stdlib.h> #include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern int getpid(void), isatty(int), pause(void); extern int getpid(void), isatty(int), pause(void);
extern VOID f_exit(Void); extern VOID f_exit(Void);
...@@ -69,7 +66,4 @@ s_paus(char *s, ftnlen n) ...@@ -69,7 +66,4 @@ s_paus(char *s, ftnlen n)
fprintf(stderr, "Execution resumes after PAUSE.\n"); fprintf(stderr, "Execution resumes after PAUSE.\n");
fflush(stderr); fflush(stderr);
return 0; /* NOT REACHED */ return 0; /* NOT REACHED */
#ifdef __cplusplus
}
#endif
} }
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
#undef min #undef min
#undef max #undef max
#include <stdlib.h> #include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
void f_exit(void); void f_exit(void);
int s_stop(char *s, ftnlen n) int s_stop(char *s, ftnlen n)
...@@ -32,6 +29,3 @@ exit(0); ...@@ -32,6 +29,3 @@ exit(0);
return 0; /* NOT REACHED */ return 0; /* NOT REACHED */
} }
#ifdef __cplusplus
}
#endif
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
int f__xargc; int f__xargc;
char **f__xargv; char **f__xargv;
#ifdef __cplusplus
}
#endif
void void
f_setarg(int argc, char **argv) f_setarg(int argc, char **argv)
{ {
......
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
#define VOID void #define VOID void
#endif #endif
#ifdef __cplusplus
extern "C" {
#endif
extern void sig_die(char*, int); extern void sig_die(char*, int);
#define Int int #define Int int
...@@ -66,10 +62,6 @@ sig_die("Trace trap", 1); ...@@ -66,10 +62,6 @@ sig_die("Trace trap", 1);
#endif #endif
#ifdef __cplusplus
}
#endif
void void
f_setsig() f_setsig()
{ {
......
...@@ -8,9 +8,6 @@ ...@@ -8,9 +8,6 @@
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void); extern void f_exit(void);
void sig_die(register char *s, int kill) void sig_die(register char *s, int kill)
...@@ -36,6 +33,3 @@ void sig_die(register char *s, int kill) ...@@ -36,6 +33,3 @@ void sig_die(register char *s, int kill)
exit(1); exit(1);
} }
} }
#ifdef __cplusplus
}
#endif
...@@ -22,10 +22,5 @@ typedef Sigret_t (*sig_pf)(Sigarg_t); ...@@ -22,10 +22,5 @@ typedef Sigret_t (*sig_pf)(Sigarg_t);
#define signal1(a,b) signal(a,(sig_pf)b) #define signal1(a,b) signal(a,(sig_pf)b)
#ifdef __cplusplus
#define Sigarg ...
#define Use_Sigarg
#else
#define Sigarg Int n #define Sigarg Int n
#define Use_Sigarg n = n /* shut up compiler warning */ #define Use_Sigarg n = n /* shut up compiler warning */
#endif
...@@ -14,13 +14,9 @@ ...@@ -14,13 +14,9 @@
#if defined (MSDOS) && !defined (GO32) #if defined (MSDOS) && !defined (GO32)
#include "io.h" #include "io.h"
#else #else
#ifdef __cplusplus
extern "C" int unlink(const char*);
#else
extern int unlink(const char*); extern int unlink(const char*);
#endif #endif
#endif #endif
#endif
integer f_clos(cllist *a) integer f_clos(cllist *a)
{ unit *b; { unit *b;
......
#include "config.h" #include "config.h"
#include "f2c.h" #include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint); extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint);
integer do_lio(ftnint *type, ftnint *number, char *ptr, ftnlen len) integer do_lio(ftnint *type, ftnint *number, char *ptr, ftnlen len)
{ {
return((*f__lioproc)(number,ptr,len,*type)); return((*f__lioproc)(number,ptr,len,*type));
} }
#ifdef __cplusplus
}
#endif
...@@ -60,9 +60,6 @@ extern cilist *f__elist; /*active external io list*/ ...@@ -60,9 +60,6 @@ extern cilist *f__elist; /*active external io list*/
extern flag f__reading,f__external,f__sequential,f__formatted; extern flag f__reading,f__external,f__sequential,f__formatted;
#undef Void #undef Void
#define Void void #define Void void
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__getn)(void); /* for formatted input */ extern int (*f__getn)(void); /* for formatted input */
extern void (*f__putn)(int); /* for formatted output */ extern void (*f__putn)(int); /* for formatted output */
extern void x_putc(int); extern void x_putc(int);
...@@ -81,9 +78,6 @@ extern int isatty(int); ...@@ -81,9 +78,6 @@ extern int isatty(int);
extern int err__fl(int,int,char*); extern int err__fl(int,int,char*);
extern int xrd_SL(void); extern int xrd_SL(void);
extern int f__putbuf(int); extern int f__putbuf(int);
#ifdef __cplusplus
}
#endif
extern int (*f__doend)(Void); extern int (*f__doend)(Void);
extern FILE *f__cf; /*current file*/ extern FILE *f__cf; /*current file*/
extern unit *f__curunit; /*current unit*/ extern unit *f__curunit; /*current unit*/
......
...@@ -53,9 +53,6 @@ typedef union ...@@ -53,9 +53,6 @@ typedef union
longint ili; longint ili;
#endif #endif
} Uint; } Uint;
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__doed)(struct syl*, char*, ftnlen),(*f__doned)(struct syl*); extern int (*f__doed)(struct syl*, char*, ftnlen),(*f__doned)(struct syl*);
extern int (*f__dorevert)(void); extern int (*f__dorevert)(void);
extern void fmt_bg(void); extern void fmt_bg(void);
...@@ -65,9 +62,6 @@ extern int w_ed(struct syl*, char*, ftnlen),w_ned(struct syl*); ...@@ -65,9 +62,6 @@ extern int w_ed(struct syl*, char*, ftnlen),w_ned(struct syl*);
extern int wrt_E(ufloat*, int, int, int, ftnlen); extern int wrt_E(ufloat*, int, int, int, ftnlen);
extern int wrt_F(ufloat*, int, int, ftnlen); extern int wrt_F(ufloat*, int, int, ftnlen);
extern int wrt_L(Uint*, int, ftnlen); extern int wrt_L(Uint*, int, ftnlen);
#ifdef __cplusplus
}
#endif
extern flag f__cblank,f__cplus,f__workdone, f__nonl; extern flag f__cblank,f__cplus,f__workdone, f__nonl;
extern char *f__fmtbuf; extern char *f__fmtbuf;
extern int f__fmtlen; extern int f__fmtlen;
......
...@@ -54,9 +54,6 @@ typedef union ...@@ -54,9 +54,6 @@ typedef union
doublereal fldouble; doublereal fldouble;
} flex; } flex;
extern int f__scale; extern int f__scale;
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint); extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint);
extern int l_write(ftnint*, char*, ftnlen, ftnint); extern int l_write(ftnint*, char*, ftnlen, ftnint);
extern void x_wsne(cilist*); extern void x_wsne(cilist*);
...@@ -64,7 +61,4 @@ extern int c_le(cilist*), (*l_getc)(void), (*l_ungetc)(int,FILE*); ...@@ -64,7 +61,4 @@ extern int c_le(cilist*), (*l_getc)(void), (*l_ungetc)(int,FILE*);
extern int l_read(ftnint*,char*,ftnlen,ftnint); extern int l_read(ftnint*,char*,ftnlen,ftnint);
extern integer e_rsle(void), e_wsle(void), s_wsne(cilist*); extern integer e_rsle(void), e_wsle(void), s_wsne(cilist*);
extern int z_rnew(void); extern int z_rnew(void);
#ifdef __cplusplus
}
#endif
extern ftnint L_len; extern ftnint L_len;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment