summaryrefslogtreecommitdiff
path: root/unwind_prot.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:05:27 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:05:27 -0500
commit28157acd2d622d79329a0cfd0c8fd3a5d7b3baeb (patch)
tree21e027a78d9bb9425fa6d44570fc219604149b08 /unwind_prot.c
parent97be3d8ed96e6249ef07e2973e72060876856d21 (diff)
downloadbash-28157acd2d622d79329a0cfd0c8fd3a5d7b3baeb.tar.gz
commit bash-20060316 snapshot
Diffstat (limited to 'unwind_prot.c')
-rw-r--r--unwind_prot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unwind_prot.c b/unwind_prot.c
index 4fd194e8..4bb7a78f 100644
--- a/unwind_prot.c
+++ b/unwind_prot.c
@@ -73,6 +73,8 @@ typedef union uwp {
} UNWIND_ELT;
+extern int interrupt_immediately;
+
static void without_interrupts __P((VFunction *, char *, char *));
static void unwind_frame_discard_internal __P((char *, char *));
static void unwind_frame_run_internal __P((char *, char *));