mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed ASSIGN macro
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8d980b389
commit
94c42265df
1 changed files with 5 additions and 5 deletions
|
@ -206,12 +206,12 @@ if (value != object) \
|
|||
if (value) \
|
||||
{ \
|
||||
[value retain]; \
|
||||
if (object) \
|
||||
{ \
|
||||
[object release]; \
|
||||
} \
|
||||
object = value; \
|
||||
} \
|
||||
if (object) \
|
||||
{ \
|
||||
[object release]; \
|
||||
} \
|
||||
object = value; \
|
||||
})
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue