2001-04-05  Earnie Boyd  <[EMAIL PROTECTED]

        * exceptions.cc (call_signal_handler_now): Remove the static declaration
        to allow -finline-functions option to work.

Index: exceptions.cc
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/exceptions.cc,v
retrieving revision 1.73
diff -u -p -r1.73 exceptions.cc
--- exceptions.cc       2001/04/02 00:18:29     1.73
+++ exceptions.cc       2001/04/05 14:08:42
@@ -1119,7 +1119,7 @@ events_terminate (void)
 }
 
 extern "C" {
-static int __stdcall
+int __stdcall
 call_signal_handler_now ()
 {
   int sa_flags = sigsave.sa_flags;

Reply via email to