summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-02 17:28:48 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-11-08 17:55:52 -0800
commit5450b4d821fab857cc229e3d2904470db00469c2 (patch)
tree235703f349ebf3424ca928a46e4cc8418f54e0be /embed.h
parent716c4914fdaea8c408dec12ceccabd6040eb1262 (diff)
downloadperl-5450b4d821fab857cc229e3d2904470db00469c2.tar.gz
Make &CORE::exit respect vmsish exit hint
by removing the hint from the exit op itself and just having pp_exit look in the cop hint hash, where it is already stored (as a result of having been in %^H at compile time). &CORE:: subs intentionally lack a nextstate op (cop) so they can see the hints in the caller’s nextstate op.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 6b3f46f5d9..9b04daf3fa 100644
--- a/embed.h
+++ b/embed.h
@@ -1044,7 +1044,6 @@
#define ck_eval(a) Perl_ck_eval(aTHX_ a)
#define ck_exec(a) Perl_ck_exec(aTHX_ a)
#define ck_exists(a) Perl_ck_exists(aTHX_ a)
-#define ck_exit(a) Perl_ck_exit(aTHX_ a)
#define ck_ftst(a) Perl_ck_ftst(aTHX_ a)
#define ck_fun(a) Perl_ck_fun(aTHX_ a)
#define ck_glob(a) Perl_ck_glob(aTHX_ a)