--- gforth/engine/io.c 2009/12/31 15:32:36 1.39 +++ gforth/engine/io.c 2010/12/31 18:09:02 1.41 @@ -1,6 +1,6 @@ /* direct key io driver - Copyright (C) 1995,1996,1997,1998,1999,2002,2003,2006,2007,2008,2009 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,1999,2002,2003,2006,2007,2008,2009,2010 Free Software Foundation, Inc. This file is part of Gforth. @@ -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)