aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-06 13:05:40 -0700
committerDan Nicolaescu2010-08-06 13:05:40 -0700
commit385ee5fbbb1a0a0f49cd42769c27fcd07bd3e5c1 (patch)
tree902fae620591fd9181fd0b4ae5d4b357fc522506
parent3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8 (diff)
downloademacs-385ee5fbbb1a0a0f49cd42769c27fcd07bd3e5c1.tar.gz
emacs-385ee5fbbb1a0a0f49cd42769c27fcd07bd3e5c1.zip
* sysdep.c: Remove declarations.
-rw-r--r--src/sysdep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 6e5adc8ec87..331be6d5997 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -96,8 +96,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
96#include <memory.h> 96#include <memory.h>
97#endif /* USG */ 97#endif /* USG */
98 98
99extern 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"
@@ -114,11 +112,6 @@ extern int quit_char;
114#include <term.h> 112#include <term.h>
115#endif 113#endif
116 114
117/* For serial_configure and serial_open. */
118extern Lisp_Object QCport, QCspeed, QCprocess;
119extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
120extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
121
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. */