diff src/pt-bp.cc @ 4185:8f6d418d31c3

[project @ 2002-11-15 23:22:03 by jwe]
author jwe
date Fri, 15 Nov 2002 23:22:27 +0000
parents 2aea727f516f
children 5719210fff4c
line wrap: on
line diff
--- a/src/pt-bp.cc
+++ b/src/pt-bp.cc
@@ -33,6 +33,10 @@
 #include "pager.h"
 #include "pt-all.h"
 
+// TRUE means SIGINT should put us in the debugger at the next
+// available breakpoint.
+bool octave_debug_on_interrupt_state = false;
+
 void 
 tree_breakpoint::take_action (tree &tr)
 {