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:
parent
3ef1d1082b
commit
385ee5fbbb
1 changed files with 0 additions and 7 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue