emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101009: * sysdep.c: Remove declarati


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101009: * sysdep.c: Remove declarations.
Date: Fri, 06 Aug 2010 13:05:40 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101009
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-06 13:05:40 -0700
message:
  * sysdep.c: Remove declarations.
modified:
  src/sysdep.c
=== modified file 'src/sysdep.c'
--- a/src/sysdep.c      2010-08-06 17:38:01 +0000
+++ b/src/sysdep.c      2010-08-06 20:05:40 +0000
@@ -96,8 +96,6 @@
 #include <memory.h>
 #endif /* USG */
 
-extern int quit_char;
-
 #include "keyboard.h"
 #include "frame.h"
 #include "window.h"
@@ -114,11 +112,6 @@
 #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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]