mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
4bfa481430
commit
2937ade627
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
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
|
||||
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>
|
||||
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define REFCNT_LOCAL 0
|
||||
|
||||
|
||||
#ifndef NeXT_RUNTIME
|
||||
|
|
Loading…
Reference in a new issue