--- gforth/engine/io.c 2009/12/31 15:32:36 1.39 +++ gforth/engine/io.c 2010/02/14 18:13:31 1.40 @@ -447,8 +447,6 @@ void deprep_terminal () #define VTIME VEOL #endif -#include - void prep_terminal () { int tty = fileno (stdin); @@ -474,9 +472,6 @@ void prep_terminal () return; /* added by MdG */ } /* added by MdG */ - setlocale(LC_ALL, ""); - setlocale(LC_NUMERIC, "C"); - /* Try to keep this function from being INTerrupted. We can do it on POSIX and systems with BSD-like signal handling. */ #if defined (HAVE_POSIX_SIGNALS)