summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-03 06:46:48 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-03 06:46:48 +0000
commit008fb0c0b128e68050936412d62bf4def14fc864 (patch)
tree49c839707619bafbf10c3976a3e2f485c1e2f8af /sv.c
parent8e90d776335dcf68d19230bed1f95b7f5237577b (diff)
downloadperl-008fb0c0b128e68050936412d62bf4def14fc864.tar.gz
s/new_hash/rehash/g (Stas suggested a better name)
p4raw-id: //depot/perl@21638
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index bef60fa994..b31a876a3f 100644
--- a/sv.c
+++ b/sv.c
@@ -11365,7 +11365,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PL_glob_index = proto_perl->Iglob_index;
PL_srand_called = proto_perl->Isrand_called;
PL_hash_seed = proto_perl->Ihash_seed;
- PL_new_hash_seed = proto_perl->Inew_hash_seed;
+ PL_rehash_seed = proto_perl->Irehash_seed;
PL_uudmap['M'] = 0; /* reinits on demand */
PL_bitcount = Nullch; /* reinits on demand */