summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-08-13 13:34:48 +0200
committerVincent Pit <perl@profvince.com>2009-08-13 13:34:48 +0200
commitcf284a245bd2c9f479068768a1e22147f7925e7d (patch)
tree65f472451e8df6065096495c3ecf19a2f628645a /embed.fnc
parente64d4d0a203b6a8764713bd33efa0a1c4a3d1b25 (diff)
downloadperl-cf284a245bd2c9f479068768a1e22147f7925e7d.tar.gz
Perl_die_nocontext() is also called with NULL from XS extensions that want to set $@ themselves.
This commit goes with 52a5bfab8876f302d269f1bfa46eae1998f0d3ca.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 0f554e50b7..67a79f551e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -165,7 +165,7 @@ Aprd |void |croak_xs_usage |NN const CV *const cv \
#if defined(PERL_IMPLICIT_CONTEXT)
Afnrp |void |croak_nocontext|NULLOK const char* pat|...
-Afnp |OP* |die_nocontext |NN const char* pat|...
+Afnp |OP* |die_nocontext |NULLOK const char* pat|...
Afnp |void |deb_nocontext |NN const char* pat|...
Afnp |char* |form_nocontext |NN const char* pat|...
Anp |void |load_module_nocontext|U32 flags|NN SV* name|NULLOK SV* ver|...