From: Jason Rumney Date: Wed, 21 May 2003 20:43:00 +0000 (+0000) Subject: (_start): Remove _fmode initialization. X-Git-Tag: ttn-vms-21-2-B4~10049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=745edc312704f07310b0992cdd4ea511b87f3a74;p=emacs.git (_start): Remove _fmode initialization. --- diff --git a/src/unexw32.c b/src/unexw32.c index 60cd9517027..ece35459d63 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA. #include -#include /* _fmode */ #include #include #include @@ -112,10 +111,6 @@ _start (void) /* Grab our malloc arena space now, before CRT starts up. */ init_heap (); - /* The default behavior is to treat files as binary and patch up - text files appropriately, in accordance with the MSDOS code. */ - _fmode = O_BINARY; - /* This prevents ctrl-c's in shells running while we're suspended from having us exit. */ SetConsoleCtrlHandler ((PHANDLER_ROUTINE) ctrl_c_handler, TRUE);