fix interface types
This commit is contained in:
parent
6307508ffc
commit
53336b6788
@ -45,9 +45,16 @@ typedef struct FunctorEntry *YAP_Functor;
|
||||
|
||||
typedef struct AtomEntry *YAP_Atom;
|
||||
|
||||
#if _WIN64
|
||||
typedef unsigned long long YAP_CELL;
|
||||
|
||||
typedef unsigned long long int YAP_UInt;
|
||||
|
||||
#else
|
||||
typedef long int YAP_Int;
|
||||
|
||||
typedef unsigned long int YAP_UInt;
|
||||
#endif
|
||||
|
||||
typedef double YAP_Float;
|
||||
|
||||
|
Reference in New Issue
Block a user