diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-03 06:46:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-03 06:46:48 +0000 |
commit | 008fb0c0b128e68050936412d62bf4def14fc864 (patch) | |
tree | 49c839707619bafbf10c3976a3e2f485c1e2f8af /sv.c | |
parent | 8e90d776335dcf68d19230bed1f95b7f5237577b (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |