libs-base/Source/ObjectiveC2
rfm 48070cb1ca Build with non-fragile ivars.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29715 72102866-910b-0410-8b05-ffd578937521
2010-02-24 10:23:47 +00:00
..
Availability.h tweaks to avoid compiler warnings 2010-02-20 18:05:00 +00:00
blocks_runtime.h Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
blocks_runtime.m make objc2 compatibility code compile on mingw 2010-02-19 16:33:44 +00:00
COPYING Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
GNUmakefile Attempt to link in ObjC2 compatibility code if we have an older runtime. 2010-02-19 12:51:02 +00:00
Makefile.preamble make objc2 compatibility code compile on mingw 2010-02-19 16:33:44 +00:00
properties.m Avoid failure with older complilers 2010-02-19 15:15:24 +00:00
README Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
runtime.c Build with non-fragile ivars. 2010-02-24 10:23:47 +00:00
runtime.h provide gcc-style var-arg macros 2010-02-23 22:30:12 +00:00
sync.m removed c99-ism 2010-02-23 22:33:05 +00:00

ObjectiveC2.framework implements the new Apple runtime APIs, introduced with OS X 10.5 on top of the GCC Objective-C runtime.  Its use is now discouraged.  This code has been merged into the GNUstep Objective-C runtime, which can act as a drop-in replacement for GCC libobjc.  You can find the code here:

svn://svn.gna.org/svn/gnustep/libs/libobjc2/trunk