mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
#ifdef -> #if
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33732 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ecc626629
commit
209d75627d
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ ICUToNSRoundingMode (UNumberFormatRoundingMode mode)
|
|||
#include "GSInternal.h"
|
||||
GS_PRIVATE_INTERNAL(NSNumberFormatter)
|
||||
|
||||
#ifdef GS_NONFRAGILE
|
||||
#if GS_NONFRAGILE
|
||||
@interface NSNumberFormatter (Internal)
|
||||
#else
|
||||
@interface NSNumberFormatterInternal (Methods)
|
||||
|
@ -280,7 +280,7 @@ GS_PRIVATE_INTERNAL(NSNumberFormatter)
|
|||
- (void) setTextAttribute: (NSString*)value forKey: (int)key;
|
||||
@end
|
||||
|
||||
#ifdef GS_NONFRAGILE
|
||||
#if GS_NONFRAGILE
|
||||
@implementation NSNumberFormatter (Internal)
|
||||
#else
|
||||
@implementation NSNumberFormatterInternal (Methods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue