changeset 6960:d5339f9f5f9c

[project @ 2007-10-05 15:03:09 by jwe]
author jwe
date Fri, 05 Oct 2007 15:03:10 +0000
parents 47f4f4e88166
children b559b4bcf51f
files src/ChangeLog src/sysdep.cc
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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  <jason@acm.org>
 
--- 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 ();