# HG changeset patch # User Jim Blandy # Date 734226868 0 # Node ID a7a0f89c1f648e2215ae10c048812f6e42bfed73 # Parent 6f4b9c5484257ac80e42f18398c6a48415c53a65 * keyboard.c (interrupt_input_blocked, interrupt_input_pending): Remove `extern' keywords - these are the definitions. diff -r 6f4b9c548425 -r a7a0f89c1f64 src/keyboard.c --- 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