]> git.eshelyaron.com Git - emacs.git/commitdiff
* sysdep.c: Remove declarations.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 6 Aug 2010 20:05:40 +0000 (13:05 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 6 Aug 2010 20:05:40 +0000 (13:05 -0700)
src/sysdep.c

index 6e5adc8ec877ae4a65b9612b531c8b4cadf1781b..331be6d59978481626902782aa3513a3941fd3eb 100644 (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.  */