1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

* sysdep.c: Remove declarations.

This commit is contained in:
Dan Nicolaescu 2010-08-06 13:05:40 -07:00
parent 3ef1d1082b
commit 385ee5fbbb

View file

@ -96,8 +96,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <memory.h>
#endif /* USG */
extern int quit_char;
#include "keyboard.h"
#include "frame.h"
#include "window.h"
@ -114,11 +112,6 @@ extern int quit_char;
#include <term.h>
#endif
/* For serial_configure and serial_open. */
extern Lisp_Object QCport, QCspeed, QCprocess;
extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
#ifdef WINDOWSNT
#include <direct.h>
/* In process.h which conflicts with the local copy. */