fix to build with old gnustep runtime

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-23 08:05:15 +00:00
parent 13f6f6a0c1
commit 2e78e18be4
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-02-23 Richard Frith-Macdonald <rfm@gnu.org>
* Source/ObjectiveC2/runtime.c: fix to build with old gnustep runtime.
2010-02-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSNumber.m: Autorelease the values returned by the

View file

@ -21,6 +21,7 @@
#define objc_super gnu_objc_super
#define objc_msg_lookup gnu_objc_msg_lookup
#define objc_msg_lookup_super gnu_objc_msg_lookup_super
typedef unsigned char GNU_BOOL;
#define BOOL GNU_BOOL
#define SEL GNU_SEL
#define Protocol GNU_Protocol