X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=6a9765b56b62d97ceb00944d6ef793c653926f78;hb=d04b59670ab69405c4115ea3caac99fd62a4b7ab;hp=d1adcba72796ac718d19344f08891edfcf2de617;hpb=a01555b9a3487efb6a842d4e4164136d0653e15f;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index d1adcba..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 @@ -166,8 +167,7 @@ print_banner() { printf( "This is SBCL %s, an implementation of ANSI Common Lisp.\n\ -\n\ -More information about SBCL is available at .\ +More information about SBCL is available at .\n\ \n\ SBCL is free software, provided as is, with absolutely no warranty.\n\ It is mostly in the public domain; some portions are provided under\n\ @@ -190,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 */