fix typedef of logical to support INTERFACE64

This commit is contained in:
Martin Kroeker
2024-04-03 22:09:28 +02:00
committed by GitHub
parent d277c6d15b
commit 16a597927f
44 changed files with 76 additions and 217 deletions
+1 -4
View File
@@ -52,9 +52,6 @@ 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 char logical1;
typedef char integer1;
#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;
/* procedure parameter types for -A and -C++ */
#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)