diff options
author | David Mitchell <davem@iabyn.com> | 2022-05-28 12:11:20 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2022-06-20 11:27:22 +0100 |
commit | a8c38aeb02f54027c283d5d8948af4947f669700 (patch) | |
tree | e7994f6d14a854fed6def32a8c297a07fe7e7a0f /intrpvar.h | |
parent | c4ac568bb31f6eacb56f1263a238e7a5b19fc3f0 (diff) | |
download | perl-a8c38aeb02f54027c283d5d8948af4947f669700.tar.gz |
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.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index bcadb78246..430422fbde 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -83,7 +83,7 @@ PERLVARI(I, tainted, bool, FALSE) /* using variables controlled by $< */ * control returns to pp_push or whatever, it sees if any of those flags * have been set, and if so finally calls mg_set(). * - * NB: PL_delaymagic is automatically saved and restored by JUMPENV_PUSH + * NB: PL_delaymagic is automatically saved and restored by JMPENV_PUSH * / POP. This removes the need to do ENTER/SAVEI16(PL_delaymagic)/LEAVE * in hot code like pp_push. */ |