]> git.eshelyaron.com Git - emacs.git/commitdiff
Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS.
authorRoland McGrath <roland@gnu.org>
Tue, 8 Nov 1994 02:37:04 +0000 (02:37 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Nov 1994 02:37:04 +0000 (02:37 +0000)
src/keyboard.c

index cef26d86ab2c3fcdab151980c2a90120758b4e88..b6230e1c10ebdfca9515d9277b7c43e431195dca 100644 (file)
@@ -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 */