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:
Richard Frith-MacDonald 2016-03-02 15:52:53 +00:00
parent e2763be5fa
commit a6443d3bb3

View file

@ -1006,6 +1006,7 @@ static NSDateFormatterBehavior _defaultBehavior = 0;
#endif
}
#if GS_USE_ICU == 1
static inline void
symbolRange(NSInteger symbol, int *from)
{
@ -1026,6 +1027,7 @@ symbolRange(NSInteger symbol, int *from)
break;
}
}
#endif
- (void) _setSymbols: (NSArray*)array : (NSInteger)symbol
{