From f955a86f64289de63702bd03f4d6d7fdec9dff1b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 28 Jan 2008 20:16:27 +0100 Subject: Add GNU runtime guards to the files imported from JIGS. darcs-hash:4b8ebfe2f636c1515b99d4138075df0ad4e8a5e1 --- Objective-C/JIGS/ObjcRuntimeUtilities.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Objective-C/JIGS/ObjcRuntimeUtilities.c') diff --git a/Objective-C/JIGS/ObjcRuntimeUtilities.c b/Objective-C/JIGS/ObjcRuntimeUtilities.c index 9fbb3fc..f909e0a 100644 --- a/Objective-C/JIGS/ObjcRuntimeUtilities.c +++ b/Objective-C/JIGS/ObjcRuntimeUtilities.c @@ -46,6 +46,10 @@ */ #define OBJC_VERSION 8 +/* FIXME: This should be something like an #ifndef __NEXT_RUNTIME__, but + __NEXT_RUNTIME__ isn't defined in C code. */ +#ifndef __APPLE__ + #include "ObjcRuntimeUtilities.h" #include @@ -213,8 +217,4 @@ void ObjcUtilities_register_method_list (Class class, MethodList *ml) objc_mutex_unlock (__objc_runtime_mutex); } - - - - - +#endif -- cgit v1.2.3