Inline the trivial S_raise_signal function in the perl signal handler.
authorGisle Aas <gisle@activestate.com>
Thu, 24 Apr 2008 20:54:50 +0000 (20:54 +0000)
committerGisle Aas <gisle@activestate.com>
Thu, 24 Apr 2008 20:54:50 +0000 (20:54 +0000)
commit406878dddec0512d5dbd1942add8ab7e9ea12a7a
tree6fd644e4e2e222ab36434308e7532e4945ccc131
parent671637fed42237fcb843f592c249ac1359521292
Inline the trivial S_raise_signal function in the perl signal handler.

This makes the code more readable and avoids the need for excuses
for why the function is (still) named this way.

It also effectively avoids segfaults observed with gcc-3.3 when
the sibling-call optimization is used for invoking S_raise_signal()
just before the signal handler returns.

p4raw-id: //depot/perl@33741
mg.c