From 7cea2578637b823e93798e308ab0811c7fd7b7a4 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 28 Jan 2008 19:17:00 +0100 Subject: Directory layout: Put code imported from PyObjC into its own directory. darcs-hash:e3dd1138105e4eece0fbcbc13365eb3a25ffb808 --- Objective-C/libffi_support.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Objective-C/libffi_support.h (limited to 'Objective-C/libffi_support.h') diff --git a/Objective-C/libffi_support.h b/Objective-C/libffi_support.h deleted file mode 100644 index ca04c6b..0000000 --- a/Objective-C/libffi_support.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef PyObjC_FFI_SUPPORT_H -#define PyObjC_FFI_SUPPORT_H - -#ifdef USE_LIBFFI -#ifdef HAVE_FFI_H -#include -#elif HAVE_FFI_FFI_H -#include -#else -/* We are using our own build of libffi. */ -#include -#endif -#endif - -ffi_type* -objcl_pyobjc_signature_to_ffi_return_type (const char* argtype); - -ffi_type* -objcl_pyobjc_arg_signature_to_ffi_type (const char* argtype); - -#endif /* PyObjC_FFI_SUPPORT_H */ -- cgit v1.2.3