blob: 7734b8e60b89e753e198eac433a4d9f18a7a18f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- GSCache.m.orig 2011-03-03 11:51:46.000000000 +0100
+++ GSCache.m 2011-04-15 20:46:35.000000000 +0200
@@ -51,6 +51,8 @@
#if (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4)
#define class_getInstanceSize(isa) ((struct objc_class *)isa)->instance_size
#endif
+#else
+#define class_getInstanceSize(isa) ((struct objc_class *)isa)->instance_size
#endif
@interface GSCache (Threading)
|