diff options
Diffstat (limited to 'quit.h')
-rw-r--r-- | quit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ /* Non-zero means SIGINT has already ocurred. */ extern int interrupt_state; -extern void throw_to_top_level (); - /* Macro to call a great deal. SIGINT just sets above variable. When it is safe, put QUIT in the code, and the "interrupt" will take place. */ #define QUIT if (interrupt_state) throw_to_top_level () |