summaryrefslogtreecommitdiff
path: root/Objective-C/JIGS/ObjcRuntimeUtilities2.m
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-28 20:16:27 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-28 20:16:27 +0100
commitf955a86f64289de63702bd03f4d6d7fdec9dff1b (patch)
treecab896469b2bd1d653fe6231e64934ecbae23829 /Objective-C/JIGS/ObjcRuntimeUtilities2.m
parentcc96561d0c9a2a8e8e00c0c6dec63ea41da54770 (diff)
Add GNU runtime guards to the files imported from JIGS.
darcs-hash:4b8ebfe2f636c1515b99d4138075df0ad4e8a5e1
Diffstat (limited to 'Objective-C/JIGS/ObjcRuntimeUtilities2.m')
-rw-r--r--Objective-C/JIGS/ObjcRuntimeUtilities2.m9
1 files changed, 3 insertions, 6 deletions
diff --git a/Objective-C/JIGS/ObjcRuntimeUtilities2.m b/Objective-C/JIGS/ObjcRuntimeUtilities2.m
index 986600a..e457c6e 100644
--- a/Objective-C/JIGS/ObjcRuntimeUtilities2.m
+++ b/Objective-C/JIGS/ObjcRuntimeUtilities2.m
@@ -27,6 +27,8 @@
* be compiled using the Objective-C compiler.
*/
+#ifndef __NEXT_RUNTIME__
+
#include <Foundation/Foundation.h>
const char *ObjcUtilities_build_runtime_Objc_signature (const char
@@ -43,9 +45,4 @@ const char *ObjcUtilities_build_runtime_Objc_signature (const char
#endif
}
-
-
-
-
-
-
+#endif