comparison src/blockinput.h @ 21515:fb4c986db0e2

Add more prototypes.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:33:47 +0000
parents ee40177f6c68
children f7ca88e90856
comparison
equal deleted inserted replaced
21514:fa9ff387d260 21515:fb4c986db0e2
74 ? (reinvoke_input_signal (), 0) \ 74 ? (reinvoke_input_signal (), 0) \
75 : 0)) 75 : 0))
76 76
77 #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0) 77 #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)
78 #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT 78 #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
79
80 /* Defined in keyboard.c */
81 extern void reinvoke_input_signal P_ ((void));