Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
605ad450
Commit
605ad450
authored
Mar 14, 2005
by
simonmar
Browse files
[project @ 2005-03-14 12:21:36 by simonmar]
Remove locale setting, it is no longer required
parent
7b011197
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsStartup.c
View file @
605ad450
...
...
@@ -55,10 +55,6 @@
#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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment