libs-base/Source/ObjectiveC2
2020-12-04 04:36:42 -05:00
..
blocks_runtime.m declare external block as const void rather than void for consistency and to avoid compiler warning 2020-12-04 04:36:42 -05:00
caps.c
COPYING
GNUmakefile
Makefile.preamble Various configure/build tweaks 2016-08-19 12:20:24 +00:00
NSBlocks.m
properties.m
README
runtime.c
sync.m

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-2.0 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