summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-04-25 19:41:23 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-04-25 19:41:23 -0300
commit78d09f955a0462d3cf328e7f753031cea2ba21c7 (patch)
tree8cb441bfe9228c474164880955a6bc06b4558ce4 /Object.h
parentd7e5020169d79cad593af93780063f7cc4d880d3 (diff)
Compare with long, for 64-bit systems
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Object.h b/Object.h
index bfabe6f8..2186ee52 100644
--- a/Object.h
+++ b/Object.h
@@ -14,7 +14,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

© 2014-2024 Faster IT GmbH | imprint | privacy policy