mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix for non-fragile abi
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a4613db08
commit
b04641a6a8
4 changed files with 24 additions and 7 deletions
|
@ -303,9 +303,7 @@ static NSUInteger _defaultBehavior = NSNumberFormatterBehavior10_4;
|
|||
IF_NO_GC(RETAIN(o->_attributedStringForZero);)
|
||||
if (0 != internal)
|
||||
{
|
||||
o->_internal = GS_CREATE_INTERNAL(NSNumberFormatter)
|
||||
|
||||
memcpy(o->_internal, internal, sizeof(NSNumberFormatterInternal));
|
||||
GS_COPY_INTERNAL(o, zone)
|
||||
IF_NO_GC(RETAIN(GSIVar(o,_locale));)
|
||||
#if GS_USE_ICU == 1
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue