From d0dd29fcf87b51280dd5c2685063ea42cf4fc115 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 14:03:32 +0200 Subject: Make the code copied from PyObjC compilable stand-alone. darcs-hash:6a1f1865b6259fc5a7551ffb10494f914359ecc6 --- Objective-C/objc-runtime-gnu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Objective-C/objc-runtime-gnu.h') diff --git a/Objective-C/objc-runtime-gnu.h b/Objective-C/objc-runtime-gnu.h index 644dfde..5c87b6d 100644 --- a/Objective-C/objc-runtime-gnu.h +++ b/Objective-C/objc-runtime-gnu.h @@ -117,8 +117,8 @@ PyObjCRT_InitMethod(Method_t m, SEL name, const char* types, IMP imp) } -extern MethodList_t PyObjCRT_AllocMethodList(Py_ssize_t); -extern struct objc_protocol_list* PyObjCRT_AllocProtocolList(Py_ssize_t); +extern MethodList_t PyObjCRT_AllocMethodList(ssize_t); +extern struct objc_protocol_list* PyObjCRT_AllocProtocolList(ssize_t); typedef Method_t PyObjCRT_Method_t; -- cgit v1.2.3