Mercurial > emacs
diff src/keyboard.c @ 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 | b6c62e4abf59 |
| children | 49e894e9561d |
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
