aboutsummaryrefslogtreecommitdiffstats
path: root/quit.h
diff options
context:
space:
mode:
Diffstat (limited to 'quit.h')
-rw-r--r--quit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quit.h b/quit.h
index 4821c27..31b2765 100644
--- a/quit.h
+++ b/quit.h
@@ -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 ()