comparison src/fileio.c @ 58012:934f6fb6fd8a

* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 07 Nov 2004 09:13:26 +0000
parents 4d54b75d8567
children f4a14a15f1a4
comparison
equal deleted inserted replaced
58011:79614f2016d5 58012:934f6fb6fd8a
87 #endif /* not WINDOWSNT */ 87 #endif /* not WINDOWSNT */
88 88
89 #ifdef MSDOS 89 #ifdef MSDOS
90 #include "msdos.h" 90 #include "msdos.h"
91 #include <sys/param.h> 91 #include <sys/param.h>
92 extern Lisp_Object Fmsdos_downcase_filename P_ ((Lisp_Object));
92 #if __DJGPP__ >= 2 93 #if __DJGPP__ >= 2
93 #include <fcntl.h> 94 #include <fcntl.h>
94 #include <string.h> 95 #include <string.h>
95 #endif 96 #endif
96 #endif 97 #endif