From: Roland McGrath Date: Tue, 8 Nov 1994 02:37:04 +0000 (+0000) Subject: Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS. X-Git-Tag: emacs-19.34~6025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcce3e0245afd9deb2a914a3b80d68f8f6ebc8f1;p=emacs.git Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS. --- diff --git a/src/keyboard.c b/src/keyboard.c index cef26d86ab2..b6230e1c10e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -72,10 +72,10 @@ int interrupt_input_blocked; int interrupt_input_pending; -#ifdef HAVE_X_WINDOWS /* File descriptor to use for input. */ extern int input_fd; +#ifdef HAVE_X_WINDOWS /* Make all keyboard buffers much bigger when using X windows. */ #define KBD_BUFFER_SIZE 4096 #else /* No X-windows, character input */