diff src/w32.c @ 109670:7b41c068528a

Move declarations to header files. * src/keyboard.h (quit_char): Add declaration. * src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add declarations. * sysdep.c: * src/w32.c: Remove the above declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 12:52:47 -0700
parents f8660b83cdbf
children c5508e3cbb4f
line wrap: on
line diff
--- a/src/w32.c	Fri Aug 06 19:48:59 2010 +0000
+++ b/src/w32.c	Fri Aug 06 12:52:47 2010 -0700
@@ -140,10 +140,6 @@
 
 /* For serial_configure and serial_open.  */
 #include "process.h"
-/* From process.c  */
-extern Lisp_Object QCport, QCspeed, QCprocess;
-extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
-extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
 
 typedef HRESULT (WINAPI * ShGetFolderPath_fn)
   (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *);