This commit is contained in:
Vítor Santos Costa 2010-05-06 16:36:46 +01:00
parent 53336b6788
commit 9a437820a3

View File

@ -48,7 +48,7 @@ typedef struct AtomEntry *YAP_Atom;
#if _WIN64
typedef unsigned long long YAP_CELL;
typedef unsigned long long int YAP_UInt;
typedef unsigned long long YAP_UInt;
#else
typedef long int YAP_Int;