Rever to local refcounts

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12375 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-01 22:22:26 +00:00
parent 20e890b039
commit 8807074b83
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,8 @@
The intention was to produce a pretty complete manual and then The intention was to produce a pretty complete manual and then
release it, but we ran out of funding, so I'm releasing the work release it, but we ran out of funding, so I'm releasing the work
to date. to date.
* Source/NSObject.m: Go back to using local refcounts now that new
map table code is thoroughly tested.
2002-02-01 Richard Frith-Macdonald <rfm@gnu.org> 2002-02-01 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -44,7 +44,6 @@
#include <Foundation/NSObjCRuntime.h> #include <Foundation/NSObjCRuntime.h>
#include <limits.h> #include <limits.h>
#define REFCNT_LOCAL 0
#ifndef NeXT_RUNTIME #ifndef NeXT_RUNTIME