From 605ad450d4d0b83c10c8c93a343e67bbb6163f7a Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 14 Mar 2005 12:21:36 +0000 Subject: [PATCH] [project @ 2005-03-14 12:21:36 by simonmar] Remove locale setting, it is no longer required --- ghc/rts/RtsStartup.c | 8 -------- 1 file changed, 8 deletions(-) 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 -- 1.7.10.4