diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-08 10:26:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-08 10:26:15 +0000 |
commit | 98eae8f585b9800849b5e5482e2d405f21bab67e (patch) | |
tree | ce00cfd416299b06127f22e32f8bc3e7f0b47090 /thrdvar.h | |
parent | c305c6a05369da2338dc1201b35b0dff2e8d6a5d (diff) | |
download | perl-98eae8f585b9800849b5e5482e2d405f21bab67e.tar.gz |
remove kludgey duplicate background error avoidance (caused
"leaks"; %@ wasn't even user-visible under -Dusethreads);
only repeats of most recent error are now avoided
p4raw-id: //depot/perl@4316
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -213,7 +213,6 @@ PERLVAR(threadsv, AV *) /* Per-thread SVs ($_, $@ etc.) */ PERLVAR(threadsvp, SV **) /* AvARRAY(threadsv) */ PERLVAR(specific, AV *) /* Thread-specific user data */ PERLVAR(errsv, SV *) /* Backing SV for $@ */ -PERLVAR(errhv, HV *) /* HV for what was %@ in pp_ctl.c */ PERLVAR(mutex, perl_mutex) /* For the fields others can change */ PERLVAR(tid, U32) PERLVAR(prev, struct perl_thread *) |