|
|
@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double* |
|
|
|
#endif |
|
|
|
#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; |
|
|
|
|
|
|
@@ -264,7 +264,7 @@ static int my_expfunc(double *x) {int e; (void)frexp(*x,&e); return e;} |
|
|
|
|
|
|
|
/* procedure parameter types for -A and -C++ */ |
|
|
|
|
|
|
|
#define F2C_proc_par_types 1 |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
typedef logical (*L_fp)(...); |
|
|
|
#else |
|
|
|