Change 33739 by [EMAIL PROTECTED] on 2008/04/24 11:15:15

        Drop #ifdefs that became empty in change #32012.

Affected files ...

... //depot/perl/mg.c#526 edit

Differences ...

==== //depot/perl/mg.c#526 (text) ====
Index: perl/mg.c
--- perl/mg.c#525~33684~        2008-04-15 01:36:48.000000000 -0700
+++ perl/mg.c   2008-04-24 04:15:15.000000000 -0700
@@ -1370,8 +1370,6 @@
 #else
     dTHX;
 #endif
-#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)
-#endif
 #ifdef FAKE_PERSISTENT_SIGNAL_HANDLERS
     (void) rsignal(sig, PL_csighandlerp);
     if (PL_sig_ignoring[sig]) return;
@@ -1384,8 +1382,6 @@
             exit(1);
 #endif
 #endif
-#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)
-#endif
    if (
 #ifdef SIGILL
           sig == SIGILL ||
End of Patch.

Reply via email to