emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexw32.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexw32.c [lexbind]
Date: Tue, 14 Oct 2003 19:23:28 -0400

Index: emacs/src/unexw32.c
diff -c emacs/src/unexw32.c:1.21.20.1 emacs/src/unexw32.c:1.21.20.2
*** emacs/src/unexw32.c:1.21.20.1       Fri Apr  4 01:21:03 2003
--- emacs/src/unexw32.c Tue Oct 14 19:22:47 2003
***************
*** 23,29 ****
  
  #include <config.h>
  
- #include <stdlib.h>   /* _fmode */
  #include <stdio.h>
  #include <fcntl.h>
  #include <time.h>
--- 23,28 ----
***************
*** 112,121 ****
    /* 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);
--- 111,116 ----
***************
*** 812,814 ****
--- 807,812 ----
  }
  
  /* eof */
+ 
+ /* arch-tag: fe1d3d1c-ef88-4917-ab22-f12ab16b3254
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]