comparison src/sysdep.c @ 109671:f18fad7de4f5

* sysdep.c: Remove declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 13:05:40 -0700
parents a4c55c0d8da2
children 64732fa6188a
comparison
equal deleted inserted replaced
109670:7b41c068528a 109671:f18fad7de4f5
94 #if defined (USG) 94 #if defined (USG)
95 #include <sys/utsname.h> 95 #include <sys/utsname.h>
96 #include <memory.h> 96 #include <memory.h>
97 #endif /* USG */ 97 #endif /* USG */
98 98
99 extern int quit_char;
100
101 #include "keyboard.h" 99 #include "keyboard.h"
102 #include "frame.h" 100 #include "frame.h"
103 #include "window.h" 101 #include "window.h"
104 #include "termhooks.h" 102 #include "termhooks.h"
105 #include "termchar.h" 103 #include "termchar.h"
111 /* Include this last. If it is ncurses header file, it adds a lot of 109 /* Include this last. If it is ncurses header file, it adds a lot of
112 defines that interfere with stuff in other headers. Someone responsible 110 defines that interfere with stuff in other headers. Someone responsible
113 for ncurses messed up bigtime. See bug#6812. */ 111 for ncurses messed up bigtime. See bug#6812. */
114 #include <term.h> 112 #include <term.h>
115 #endif 113 #endif
116
117 /* For serial_configure and serial_open. */
118 extern Lisp_Object QCport, QCspeed, QCprocess;
119 extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
120 extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
121 114
122 #ifdef WINDOWSNT 115 #ifdef WINDOWSNT
123 #include <direct.h> 116 #include <direct.h>
124 /* In process.h which conflicts with the local copy. */ 117 /* In process.h which conflicts with the local copy. */
125 #define _P_WAIT 0 118 #define _P_WAIT 0