Fix declaration for INTERFACE64
This commit is contained in:
parent
5f810fd2e3
commit
165a4625e9
|
@ -12,6 +12,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <complex.h>
|
||||
#include "common.h"
|
||||
#ifdef complex
|
||||
#undef complex
|
||||
#endif
|
||||
|
@ -19,7 +20,7 @@
|
|||
#undef I
|
||||
#endif
|
||||
|
||||
typedef int integer;
|
||||
typedef blasint integer;
|
||||
typedef unsigned int uinteger;
|
||||
typedef char *address;
|
||||
typedef short int shortint;
|
||||
|
|
Loading…
Reference in New Issue