From 8807074b835de0a52381534c545ca32213d30c93 Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 1 Feb 2002 22:22:26 +0000 Subject: [PATCH] Rever to local refcounts git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12375 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 ++ Source/NSObject.m | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ea9623e5..e428e63f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Source/NSObject.m b/Source/NSObject.m index a3c64138d..bfa412257 100644 --- a/Source/NSObject.m +++ b/Source/NSObject.m @@ -44,7 +44,6 @@ #include #include -#define REFCNT_LOCAL 0 #ifndef NeXT_RUNTIME