mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
fix for building without ICU
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39444 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e2763be5fa
commit
a6443d3bb3
1 changed files with 2 additions and 0 deletions
|
@ -1006,6 +1006,7 @@ static NSDateFormatterBehavior _defaultBehavior = 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if GS_USE_ICU == 1
|
||||||
static inline void
|
static inline void
|
||||||
symbolRange(NSInteger symbol, int *from)
|
symbolRange(NSInteger symbol, int *from)
|
||||||
{
|
{
|
||||||
|
@ -1026,6 +1027,7 @@ symbolRange(NSInteger symbol, int *from)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
- (void) _setSymbols: (NSArray*)array : (NSInteger)symbol
|
- (void) _setSymbols: (NSArray*)array : (NSInteger)symbol
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue