From a8c38aeb02f54027c283d5d8948af4947f669700 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Sat, 28 May 2022 12:11:20 +0100 Subject: s/JUMPENV/JMPENV/g Although one of the macros associated with the JMPENV facility is inconsistently called JMPENV_JUMP(), fix all code comments and debugging output to eliminate any references to JUMPENV. --- pp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pp.c') diff --git a/pp.c b/pp.c index 088d04e30a..ccaf49e1d2 100644 --- a/pp.c +++ b/pp.c @@ -5796,7 +5796,7 @@ PP(pp_push) /* SPAGAIN; not needed: SP is assigned to immediately below */ } else { - /* PL_delaymagic is restored by JUMPENV_POP on dieing, so we + /* PL_delaymagic is restored by JMPENV_POP on dieing, so we * only need to save locally, not on the save stack */ U16 old_delaymagic = PL_delaymagic; @@ -5852,7 +5852,7 @@ PP(pp_unshift) /* SPAGAIN; not needed: SP is assigned to immediately below */ } else { - /* PL_delaymagic is restored by JUMPENV_POP on dieing, so we + /* PL_delaymagic is restored by JMPENV_POP on dieing, so we * only need to save locally, not on the save stack */ U16 old_delaymagic = PL_delaymagic; SSize_t i = 0; -- cgit v1.2.1