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 /intrpvar.h | |
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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7017a70f33..f8b20a55b9 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -531,9 +531,9 @@ PERLVAR(IDBassertion, SV *) PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */ -PERLVARI(Inew_hash_seed, UV, 0) /* 582 hash initializer */ +PERLVARI(Irehash_seed, UV, 0) /* 582 hash initializer */ -PERLVARI(Inew_hash_seed_set, bool, FALSE) /* 582 hash initialized? */ +PERLVARI(Irehash_seed_set, bool, FALSE) /* 582 hash initialized? */ /* New variables must be added to the very end, before this comment, * for binary compatibility (the offsets of the old members must not change). |