fix long long types
This commit is contained in:
parent
9a437820a3
commit
bd06b719db
@ -46,9 +46,9 @@ typedef struct FunctorEntry *YAP_Functor;
|
|||||||
typedef struct AtomEntry *YAP_Atom;
|
typedef struct AtomEntry *YAP_Atom;
|
||||||
|
|
||||||
#if _WIN64
|
#if _WIN64
|
||||||
typedef unsigned long long YAP_CELL;
|
typedef long long int YAP_Int;
|
||||||
|
|
||||||
typedef unsigned long long YAP_UInt;
|
typedef unsigned long long int YAP_UInt;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
typedef long int YAP_Int;
|
typedef long int YAP_Int;
|
||||||
|
Reference in New Issue
Block a user