From 9a437820a355c80f0f8ca7e11a5ba00f48992b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 6 May 2010 16:36:46 +0100 Subject: [PATCH] oops --- include/yap_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yap_structs.h b/include/yap_structs.h index 146d7002a..f942ac594 100755 --- a/include/yap_structs.h +++ b/include/yap_structs.h @@ -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;