develooper Front page | perl.perl5.changes | Postings from April 2008

Change 33739: Drop #ifdefs that became empty in change #32012.

From:
Gisle Aas
Date:
April 24, 2008 04:57
Subject:
Change 33739: Drop #ifdefs that became empty in change #32012.
Change 33739 by gisle@gisle-ask 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.



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About