summaryrefslogtreecommitdiff
path: root/Objective-C
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 18:59:19 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 18:59:19 +0100
commitd7bdab664ad1aef699270734a26f9dc74e269c15 (patch)
treecbfecd80c80bfb26b6bd6e32bde8d8adec627b5a /Objective-C
parentec93161e814c02d025f04e497a3346d878bc61b7 (diff)
Fix a compilation warning on Mac OS X.
darcs-hash:85fb9bdcbc82656ee6d08f6ac1cee72426e05822
Diffstat (limited to 'Objective-C')
-rw-r--r--Objective-C/GNUmakefile2
-rw-r--r--Objective-C/libobjcl.m2
2 files changed, 3 insertions, 1 deletions
diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile
index 770c12f..bbd0df8 100644
--- a/Objective-C/GNUmakefile
+++ b/Objective-C/GNUmakefile
@@ -53,7 +53,7 @@ endif
libobjcl_OBJC_FILES += PyObjC/libffi_support.m
endif
-ifneq ($(COMMON_MAKE_LOADED),)
+ifneq ($(COMMON_MAKE_LOADED),) # GNUstep
-include $(GNUSTEP_MAKEFILES)/library.make
before-all:: $(FFI_DEPS)
diff --git a/Objective-C/libobjcl.m b/Objective-C/libobjcl.m
index a13a853..54684bf 100644
--- a/Objective-C/libobjcl.m
+++ b/Objective-C/libobjcl.m
@@ -75,7 +75,9 @@ static NSMutableSet *lisp_backed_classes = nil;
static int init_count = 0;
+#ifndef __NEXT_RUNTIME__
static NSProcessInfo *process = nil;
+#endif
void *