Mercurial > emacs
changeset 9830:8d151c06dc8b
Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 08 Nov 1994 02:37:04 +0000 |
parents | 0cef7b5644f5 |
children | b64a82db92a3 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Nov 07 16:39:17 1994 +0000 +++ b/src/keyboard.c Tue Nov 08 02:37:04 1994 +0000 @@ -72,10 +72,10 @@ 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 */