Initialise locale early

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-04-23 08:55:58 +00:00
parent 403be4b258
commit 87c9d2e2e5
3 changed files with 25 additions and 3 deletions

View file

@ -570,7 +570,10 @@ static BOOL double_release_check_enabled = NO;
{
if (self == [NSObject class])
{
extern void GSBuildStrings(); // See externs.m
extern void GSBuildStrings(); // See externs.m
extern const char* GSSetLocaleC(); // See GSLocale.m
GSSetLocaleC(""); // Set up locale from environment.
#ifdef __MINGW__
// See libgnustep-base-entry.m