diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-13 13:34:48 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-13 13:34:48 +0200 |
commit | cf284a245bd2c9f479068768a1e22147f7925e7d (patch) | |
tree | 65f472451e8df6065096495c3ecf19a2f628645a /util.c | |
parent | e64d4d0a203b6a8764713bd33efa0a1c4a3d1b25 (diff) | |
download | perl-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 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1387,7 +1387,6 @@ Perl_die_nocontext(const char* pat, ...) dTHX; OP *o; va_list args; - PERL_ARGS_ASSERT_DIE_NOCONTEXT; va_start(args, pat); o = vdie(pat, &args); va_end(args); |