From: simonmar Date: Mon, 14 Mar 2005 12:21:36 +0000 (+0000) Subject: [project @ 2005-03-14 12:21:36 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~915 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=605ad450d4d0b83c10c8c93a343e67bbb6163f7a;p=ghc-hetmet.git [project @ 2005-03-14 12:21:36 by simonmar] Remove locale setting, it is no longer required --- diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index af39aa6..05d403f 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -55,10 +55,6 @@ #include -#ifdef HAVE_LOCALE_H -#include -#endif - #ifdef HAVE_TERMIOS_H #include #endif @@ -227,10 +223,6 @@ hs_init(int *argc, char **argv[]) } #endif -#ifdef HAVE_LOCALE_H - setlocale(LC_CTYPE,""); -#endif - #if X86_INIT_FPU x86_init_fpu(); #endif