|
|
@@ -54,8 +54,8 @@ static inline _Complex float * _pCf(complex *z) {return (_Complex float*)z;} |
|
|
|
static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*)z;} |
|
|
|
#define pCf(z) (*_pCf(z)) |
|
|
|
#define pCd(z) (*_pCd(z)) |
|
|
|
typedef int logical; |
|
|
|
typedef short int shortlogical; |
|
|
|
typedef blasint logical; |
|
|
|
|
|
|
|
typedef char logical1; |
|
|
|
typedef char integer1; |
|
|
|
|
|
|
@@ -257,7 +257,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; |
|
|
|
|
|
|
|
/* procedure parameter types for -A and -C++ */ |
|
|
|
|
|
|
|
#define F2C_proc_par_types 1 |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
typedef logical (*L_fp)(...); |
|
|
|
#else |
|
|
|