diff options
author | Tony Cook <tony@develop-help.com> | 2019-12-16 08:56:52 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2019-12-16 08:57:58 +1100 |
commit | 0850138d5ff43e9778637c50e5dfc4c06ada52c6 (patch) | |
tree | 5dd1a7239053f4fbf96af5501f5e38cfbe331a75 /intrpvar.h | |
parent | 3da00ce5e5ff2ce6335c410c0e8b586a4c7c8d4f (diff) | |
download | perl-0850138d5ff43e9778637c50e5dfc4c06ada52c6.tar.gz |
Revert "Move PL_check to the interp vars to fix threading issues"
and the associated commits, at least until a way to make
wrap_op_checker() work is available.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index adb6a48d59..5369292590 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -496,7 +496,6 @@ PERLVAR(I, endav, AV *) /* names of END subroutines */ PERLVAR(I, unitcheckav, AV *) /* names of UNITCHECK subroutines */ PERLVAR(I, checkav, AV *) /* names of CHECK subroutines */ PERLVAR(I, initav, AV *) /* names of INIT subroutines */ -PERLVARA(I, check, MAXO, Perl_check_t) /* functions to call during CHECK phase */ /* subprocess state */ PERLVAR(I, fdpid, AV *) /* keep fd-to-pid mappings for my_popen */ |