mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix for apple-apple-apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3fedbaf575
commit
11c344aabf
2 changed files with 7 additions and 2 deletions
|
@ -373,11 +373,11 @@ static SEL objSel;
|
|||
|
||||
- (id) makeImmutableCopyOnFail: (BOOL)force
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
#if !defined(NDEBUG) && defined(GNUSTEP_BASE_LIBRARY)
|
||||
GSDebugAllocationRemove(isa, self);
|
||||
#endif
|
||||
isa = [_GSInsensitiveDictionary class];
|
||||
#ifndef NDEBUG
|
||||
#if !defined(NDEBUG) && defined(GNUSTEP_BASE_LIBRARY)
|
||||
GSDebugAllocationAdd(isa, self);
|
||||
#endif
|
||||
return self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue