mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Source/objc-load.m: Don't include objc-list.h with libobjc2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31438 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4eba67f87b
commit
d431109112
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-28 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/objc-load.m: Don't include objc-list with libobjc2
|
||||
|
||||
2010-09-28 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/GSFFIInvocation.m: Remove dead code
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <objc/objc-api.h>
|
||||
#ifndef NeXT_RUNTIME
|
||||
#if !defined(NeXT_RUNTIME) && !defined(__GNUSTEP_RUNTIME__)
|
||||
# include <objc/objc-list.h>
|
||||
#else
|
||||
#elif defined(NeXT_RUNTIME)
|
||||
# include <objc/objc-load.h>
|
||||
#endif
|
||||
#ifdef __GNUSTEP_RUNTIME__
|
||||
|
|
Loading…
Reference in a new issue