comparison src/w32.c @ 95917:c46e112bded0

Comment fix for rms.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Jun 2008 19:14:01 +0000
parents d6a4488883dc
children c3309dba6542
comparison
equal deleted inserted replaced
95916:9725d7b12f53 95917:c46e112bded0
100 #include "ndir.h" 100 #include "ndir.h"
101 #include "w32heap.h" 101 #include "w32heap.h"
102 #include "systime.h" 102 #include "systime.h"
103 #include "dispextern.h" /* for xstrcasecmp */ 103 #include "dispextern.h" /* for xstrcasecmp */
104 104
105 /* For serial_configure() and serial_open() */ 105 /* For serial_configure and serial_open. */
106 #include "process.h" 106 #include "process.h"
107 /* From process.c */ 107 /* From process.c */
108 extern Lisp_Object QCport, QCspeed, QCprocess; 108 extern Lisp_Object QCport, QCspeed, QCprocess;
109 extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; 109 extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
110 extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; 110 extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;