Perl_die_nocontext() is also called with NULL from XS extensions that want to set...
authorVincent Pit <perl@profvince.com>
Thu, 13 Aug 2009 11:34:48 +0000 (13:34 +0200)
committerVincent Pit <perl@profvince.com>
Thu, 13 Aug 2009 11:34:48 +0000 (13:34 +0200)
commitcf284a245bd2c9f479068768a1e22147f7925e7d
tree65f472451e8df6065096495c3ecf19a2f628645a
parente64d4d0a203b6a8764713bd33efa0a1c4a3d1b25
Perl_die_nocontext() is also called with NULL from XS extensions that want to set $@ themselves.

This commit goes with 52a5bfab8876f302d269f1bfa46eae1998f0d3ca.
embed.fnc
proto.h
util.c