diff libcruft/misc/quit.h @ 8837:c37081b9d5c9

add missing volatile declaration in quit.h
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 23 Feb 2009 08:46:19 +0100
parents 78f3811155f7
children eb63fbe60fab
line wrap: on
line diff
--- a/libcruft/misc/quit.h	Sun Feb 22 13:31:04 2009 -0500
+++ b/libcruft/misc/quit.h	Mon Feb 23 08:46:19 2009 +0100
@@ -102,7 +102,7 @@
 
 CRUFT_API extern sig_atomic_t octave_exception_state;
 
-CRUFT_API extern sig_atomic_t octave_signal_caught;
+CRUFT_API extern volatile sig_atomic_t octave_signal_caught;
 
 CRUFT_API extern void octave_handle_signal (void);