From b1edef93d6a53a09e3b3a8806712286e2968f998 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 18:07:02 +0200 Subject: Synchronise libffi_support.m with libffi_support.h. darcs-hash:a1ad021fd52309be3d564acb41c58f0477b14ffc --- Objective-C/libffi_support.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Objective-C') diff --git a/Objective-C/libffi_support.m b/Objective-C/libffi_support.m index f292ee5..4bc1137 100644 --- a/Objective-C/libffi_support.m +++ b/Objective-C/libffi_support.m @@ -359,14 +359,14 @@ signature_to_ffi_type(const char* argtype) #ifdef __ppc__ ffi_type* -arg_signature_to_ffi_type(const char* argtype) +objcl_pyobjc_arg_signature_to_ffi_type(const char* argtype) { return signature_to_ffi_type (argtype); } #else ffi_type* -arg_signature_to_ffi_type(const char* argtype) +objcl_pyobjc_arg_signature_to_ffi_type(const char* argtype) { /* NOTE: This is the minimal change to pass the unittests, it is not * based on analysis of the calling conventions. @@ -384,7 +384,7 @@ arg_signature_to_ffi_type(const char* argtype) #else /* GNUstep */ ffi_type* -arg_signature_to_ffi_type(const char* argtype) +objcl_pyobjc_arg_signature_to_ffi_type(const char* argtype) { /* NOTE: This is the minimal change to pass the unittests, it is not * based on analysis of the calling conventions. -- cgit v1.2.3