aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorPaul Eggert2014-07-11 10:55:24 -0700
committerPaul Eggert2014-07-11 10:55:24 -0700
commit6a89fc81ea7b94ddf20775a2c85811bdf9a775d6 (patch)
treed3c597bc6978b205b56fb03f228c5e56a5a78987 /src/sysdep.c
parent47571310770234371eb6e361214056efd1b67137 (diff)
downloademacs-6a89fc81ea7b94ddf20775a2c85811bdf9a775d6.tar.gz
emacs-6a89fc81ea7b94ddf20775a2c85811bdf9a775d6.zip
Coalesce extern decls.
* minibuf.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty): * sysdep.c (emacs_get_tty, emacs_set_tty): Move duplicate extern decls from here ... * systty.h: ... to here, so that there's just one copy.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index c5b3c43ea6d..eae15ea1ec3 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -105,9 +105,6 @@ int _cdecl _getpid (void);
105#include "syssignal.h" 105#include "syssignal.h"
106#include "systime.h" 106#include "systime.h"
107 107
108void emacs_get_tty (int, struct emacs_tty *) EXTERNALLY_VISIBLE;
109int emacs_set_tty (int, struct emacs_tty *, bool) EXTERNALLY_VISIBLE;
110
111/* ULLONG_MAX is missing on Red Hat Linux 7.3; see Bug#11781. */ 108/* ULLONG_MAX is missing on Red Hat Linux 7.3; see Bug#11781. */
112#ifndef ULLONG_MAX 109#ifndef ULLONG_MAX
113#define ULLONG_MAX TYPE_MAXIMUM (unsigned long long int) 110#define ULLONG_MAX TYPE_MAXIMUM (unsigned long long int)