diff libinterp/interp-core/pt-jit.cc @ 15595:6e780fb15c14

Make Vdebug_on_interrupt not be static * sighandlers.cc: Make Vdebug_on_interrupt not be static. * sighandlers.h: Declare Vdebug_on_interrupt. * pt-jit.cc: Include sighandlers.h.
author Max Brister <max@2bass.com>
date Sun, 04 Nov 2012 16:28:56 -0700
parents 24bbd2efea12
children f3e339aee38f
line wrap: on
line diff
--- a/libinterp/interp-core/pt-jit.cc	Sun Nov 04 16:09:06 2012 -0700
+++ b/libinterp/interp-core/pt-jit.cc	Sun Nov 04 16:28:56 2012 -0700
@@ -32,6 +32,7 @@
 #include "ov.h"
 #include "pt-all.h"
 #include "pt-jit.h"
+#include "sighandlers.h"
 #include "symtab.h"
 #include "variables.h"