changeset 2481:a7a0f89c1f64

* keyboard.c (interrupt_input_blocked, interrupt_input_pending): Remove `extern' keywords - these are the definitions.
author Jim Blandy <jimb@redhat.com>
date Wed, 07 Apr 1993 23:54:28 +0000
parents 6f4b9c548425
children 49e894e9561d
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Apr 07 22:11:21 1993 +0000
+++ b/src/keyboard.c	Wed Apr 07 23:54:28 1993 +0000
@@ -53,11 +53,11 @@
 /* Variables for blockinput.h: */
 
 /* Non-zero if interrupt input is blocked right now.  */
-extern int interrupt_input_blocked;
+int interrupt_input_blocked;
 
 /* Nonzero means an input interrupt has arrived
    during the current critical section.  */
-extern int interrupt_input_pending;
+int interrupt_input_pending;
 
 
 #ifdef HAVE_X_WINDOWS