summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-07-18 08:18:03 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-07-18 08:18:03 +0000
commitef6361f9c2260919aefcc17b1b80f8857c67a84a (patch)
tree7c016613302b69a06e7c547ec6a4146ca68f936d /toke.c
parente61966e30c34a0bab248661dd25212b5e32bb517 (diff)
parent02270b4e1187bc8d0def222ae3fb78581e1dc745 (diff)
downloadperl-ef6361f9c2260919aefcc17b1b80f8857c67a84a.tar.gz
Integrate post-beta tweaks to ansiperl
p4raw-id: //depot/ansiperl@1529
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toke.c b/toke.c
index db8775859a..9685fc3e32 100644
--- a/toke.c
+++ b/toke.c
@@ -5967,9 +5967,6 @@ start_subparse(I32 is_format, U32 flags)
av_store(comppad_name, 0, newSVpv("@_", 2));
curpad[0] = (SV*)newAV();
SvPADMY_on(curpad[0]); /* XXX Needed? */
- CvOWNER(compcv) = 0;
- New(666, CvMUTEXP(compcv), 1, perl_mutex);
- MUTEX_INIT(CvMUTEXP(compcv));
#endif /* USE_THREADS */
comppadlist = newAV();