X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=6a9765b56b62d97ceb00944d6ef793c653926f78;hb=cb296ae5a022a5b0f1fd573584301b0d2a9493f9;hp=545fb3514e637e1cae1ed6831ff09ccfabb9c115;hpb=20e05e5ed4cc31a9a97fd07d6fe626c9f3e3f43b;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 545fb35..6a9765b 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -28,6 +28,7 @@ #include #include #include +#include #if defined(SVR4) || defined(__linux__) #include @@ -189,6 +190,8 @@ main(int argc, char *argv[], char *envp[]) lispobj initial_function; + setlocale(LC_ALL, ""); + /* KLUDGE: os_vm_page_size is set by os_init(), and on some * systems (e.g. Alpha) arch_init() needs need os_vm_page_size, so * it must follow os_init(). -- WHN 2000-01-26 */