[project @ 2005-03-14 12:21:36 by simonmar]
authorsimonmar <unknown>
Mon, 14 Mar 2005 12:21:36 +0000 (12:21 +0000)
committersimonmar <unknown>
Mon, 14 Mar 2005 12:21:36 +0000 (12:21 +0000)
Remove locale setting, it is no longer required

ghc/rts/RtsStartup.c

index af39aa6..05d403f 100644 (file)
 
 #include <stdlib.h>
 
-#ifdef HAVE_LOCALE_H
-#include <locale.h>
-#endif
-
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
 #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