diff src/sighandlers.h @ 6972:b5a6f5c71451

[project @ 2007-10-08 09:36:57 by jwe]
author jwe
date Mon, 08 Oct 2007 09:36:57 +0000
parents c68896f193e3
children 93c65f2a5668
line wrap: on
line diff
--- a/src/sighandlers.h	Sun Oct 07 19:44:53 2007 +0000
+++ b/src/sighandlers.h	Mon Oct 08 09:36:57 2007 +0000
@@ -95,7 +95,7 @@
 extern int pipe_handler_error_count;
 
 // TRUE means we can be interrupted.
-extern bool can_interrupt;
+extern OCTINTERP_API bool can_interrupt;
 
 extern OCTINTERP_API sig_handler *octave_set_signal_handler (int, sig_handler *,
 					       bool restart_syscalls = true);