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