summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
commit59bd0823b6625605b67ec19bd9bcc4dd06530e7e (patch)
treec458c6636e5d8beb343d9a9b8fdec8f949f42584 /sv.c
parentcb8129f94a333dfcf2cb8cf5b66784f951fc14de (diff)
downloadperl-59bd0823b6625605b67ec19bd9bcc4dd06530e7e.tar.gz
Renaming tweaks, and split off the reentrant "superbuffer"
init routine. p4raw-id: //depot/perl@15139
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sv.c b/sv.c
index 799ffab5a3..32ea125494 100644
--- a/sv.c
+++ b/sv.c
@@ -9867,8 +9867,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PL_debug = proto_perl->Idebug;
#ifdef USE_REENTRANT_API
- New(31337, PL_reentrant_buffer,1, REBUF);
- New(31337, PL_reentrant_buffer->tmbuff,1, struct tm);
+ Perl_reentrant_init(aTHX);
#endif
/* create SV map for pointer relocation */