Compare with long, for 64-bit systems

This commit is contained in:
Hisham Muhammad
2014-04-25 19:41:23 -03:00
parent d7e5020169
commit 78d09f955a
6 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ in the source distribution for its full text.
typedef struct Object_ Object;
typedef void(*Object_Display)(Object*, RichString*);
typedef int(*Object_Compare)(const void*, const void*);
typedef long(*Object_Compare)(const void*, const void*);
typedef void(*Object_Delete)(Object*);
#define Object_getClass(obj_) ((Object*)(obj_))->klass