mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
(Hopefully) fix the build with GS_WITH_GC.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3cdc403cb
commit
7f4aaf781b
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ static inline void pointerFunctionsAssign(PFInfo *PF, void **addr, void *value)
|
||||||
}
|
}
|
||||||
#elif GS_WITH_GC
|
#elif GS_WITH_GC
|
||||||
if (PF->options & NSPointerFunctionsZeroingWeakMemory)
|
if (PF->options & NSPointerFunctionsZeroingWeakMemory)
|
||||||
GSAssignZeroingWeakPointer(itemptr, (void*)0);
|
GSAssignZeroingWeakPointer(addr, value);
|
||||||
#else
|
#else
|
||||||
*addr = value;
|
*addr = value;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue