This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c829329
)
Drop #ifdefs that became empty in change #32012.
author
Gisle Aas
<gisle@activestate.com>
Thu, 24 Apr 2008 11:15:15 +0000
(11:15 +0000)
committer
Gisle Aas
<gisle@activestate.com>
Thu, 24 Apr 2008 11:15:15 +0000
(11:15 +0000)
p4raw-link: @32012 on //depot/perl:
b6455c53c26be8a62e12a3f2a24a3a5086dd2c7b
p4raw-id: //depot/perl@33739
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
dfe1fb7
..
bb89a71
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-1370,8
+1370,6
@@
Perl_csighandler(int sig)
#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
@@
Perl_csighandler(int sig)
exit(1);
#endif
#endif
-#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)
-#endif
if (
#ifdef SIGILL
sig == SIGILL ||