summaryrefslogtreecommitdiff
path: root/quit.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2001-11-13 17:56:06 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:54 +0000
commitf73dda092b33638d2d5e9c35375f687a607b5403 (patch)
treef21584e70a444d6a1ecba0fb5e2cf79e8cce91db /quit.h
parent28ef6c316f1aff914bb95ac09787a3c83c1815fd (diff)
downloadbash-f73dda092b33638d2d5e9c35375f687a607b5403.tar.gz
Imported from ../bash-2.05a.tar.gz.
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 4821c276..31b2765a 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 ()