# HG changeset patch # User jwe # Date 1191596590 0 # Node ID d5339f9f5f9c4338974e155108b2080e00edae40 # Parent 47f4f4e881663872edd887934ac2a148ba6f1050 [project @ 2007-10-05 15:03:09 by jwe] diff -r 47f4f4e88166 -r d5339f9f5f9c src/ChangeLog --- a/src/ChangeLog Thu Oct 04 20:43:33 2007 +0000 +++ b/src/ChangeLog Fri Oct 05 15:03:10 2007 +0000 @@ -24,9 +24,9 @@ * data.cc (do_permute): Delete unused arg, FNAME. Change all uses. - * sysdep.cc (w32_set_quiet_shutdown, MINGW_signal_cleanup): Now static. - (w32_set_octave_home, w32_set_quiet_shutdown, MINGW_signal_cleanup): - Only define if defined (__WIN32__) && ! defined (_POSIX_VERSION). + * sysdep.cc (w32_set_octave_home, w32_set_quiet_shutdown, + MINGW_signal_cleanup): + Only define if defined (__WIN32__) && ! defined (_POSIX_VERSION). 2007-10-04 Jason Riedy diff -r 47f4f4e88166 -r d5339f9f5f9c src/sysdep.cc --- a/src/sysdep.cc Thu Oct 04 20:43:33 2007 +0000 +++ b/src/sysdep.cc Fri Oct 05 15:03:10 2007 +0000 @@ -143,7 +143,7 @@ } } -static void +void w32_set_quiet_shutdown (void) { // Let the user close the console window or shutdown without the @@ -153,7 +153,7 @@ SetProcessShutdownParameters (0x280, SHUTDOWN_NORETRY); } -static void +void MINGW_signal_cleanup (void) { w32_set_quiet_shutdown ();