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
This commit is contained in:
Kaveh R. Ghazi 2002-06-01 01:55:57 +00:00 committed by Kaveh Ghazi
parent 4d85a6fea6
commit 9321813126
15 changed files with 8 additions and 83 deletions

View File

@ -1,3 +1,11 @@
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>
* libF77/*: Delete KR_headers cruft.

View File

@ -7,13 +7,7 @@
static integer memfailure = 3;
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void G77_exit_0 (integer*);
#ifdef __cplusplus
}
#endif
char *
F77_aloc(integer Len, char *whence)

View File

@ -13,9 +13,6 @@
#undef min
#undef max
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void);
void
@ -26,6 +23,3 @@ G77_exit_0 (integer *rc)
#endif
exit(*rc);
}
#ifdef __cplusplus
}
#endif

View File

@ -10,10 +10,6 @@
#define VOID void
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void);
#ifndef NO_ONEXIT
#define ONEXIT atexit
@ -23,10 +19,6 @@ extern int atexit(void (*)(void));
extern void f_init(void);
extern int MAIN__(void);
#ifdef __cplusplus
}
#endif
main(int argc, char **argv)
{
f_setarg(argc, argv);

View File

@ -9,9 +9,6 @@
#undef min
#undef max
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern int getpid(void), isatty(int), pause(void);
extern VOID f_exit(Void);
@ -69,7 +66,4 @@ s_paus(char *s, ftnlen n)
fprintf(stderr, "Execution resumes after PAUSE.\n");
fflush(stderr);
return 0; /* NOT REACHED */
#ifdef __cplusplus
}
#endif
}

View File

@ -5,9 +5,6 @@
#undef min
#undef max
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
void f_exit(void);
int s_stop(char *s, ftnlen n)
@ -32,6 +29,3 @@ exit(0);
return 0; /* NOT REACHED */
}
#ifdef __cplusplus
}
#endif

View File

@ -11,10 +11,6 @@
int f__xargc;
char **f__xargv;
#ifdef __cplusplus
}
#endif
void
f_setarg(int argc, char **argv)
{

View File

@ -16,10 +16,6 @@
#define VOID void
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern void sig_die(char*, int);
#define Int int
@ -66,10 +62,6 @@ sig_die("Trace trap", 1);
#endif
#ifdef __cplusplus
}
#endif
void
f_setsig()
{

View File

@ -8,9 +8,6 @@
#endif
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void f_exit(void);
void sig_die(register char *s, int kill)
@ -36,6 +33,3 @@ void sig_die(register char *s, int kill)
exit(1);
}
}
#ifdef __cplusplus
}
#endif

View File

@ -22,10 +22,5 @@ typedef Sigret_t (*sig_pf)(Sigarg_t);
#define signal1(a,b) signal(a,(sig_pf)b)
#ifdef __cplusplus
#define Sigarg ...
#define Use_Sigarg
#else
#define Sigarg Int n
#define Use_Sigarg n = n /* shut up compiler warning */
#endif

View File

@ -14,13 +14,9 @@
#if defined (MSDOS) && !defined (GO32)
#include "io.h"
#else
#ifdef __cplusplus
extern "C" int unlink(const char*);
#else
extern int unlink(const char*);
#endif
#endif
#endif
integer f_clos(cllist *a)
{ unit *b;

View File

@ -1,15 +1,9 @@
#include "config.h"
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint);
integer do_lio(ftnint *type, ftnint *number, char *ptr, ftnlen len)
{
return((*f__lioproc)(number,ptr,len,*type));
}
#ifdef __cplusplus
}
#endif

View File

@ -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*/

View File

@ -53,9 +53,6 @@ typedef union
longint ili;
#endif
} Uint;
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__doed)(struct syl*, char*, ftnlen),(*f__doned)(struct syl*);
extern int (*f__dorevert)(void);
extern void fmt_bg(void);
@ -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_F(ufloat*, int, int, ftnlen);
extern int wrt_L(Uint*, int, ftnlen);
#ifdef __cplusplus
}
#endif
extern flag f__cblank,f__cplus,f__workdone, f__nonl;
extern char *f__fmtbuf;
extern int f__fmtlen;

View File

@ -54,9 +54,6 @@ typedef union
doublereal fldouble;
} flex;
extern int f__scale;
#ifdef __cplusplus
extern "C" {
#endif
extern int (*f__lioproc)(ftnint*, char*, ftnlen, ftnint);
extern int l_write(ftnint*, char*, ftnlen, ftnint);
extern void x_wsne(cilist*);
@ -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 integer e_rsle(void), e_wsle(void), s_wsne(cilist*);
extern int z_rnew(void);
#ifdef __cplusplus
}
#endif
extern ftnint L_len;