diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-07-18 08:03:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-07-18 08:03:02 +0000 |
commit | a783c5f421048120dc022238eeb6eb8a62d130d0 (patch) | |
tree | 40f5c2537334e470c9905ebe0496b95b7a8d195e /util.c | |
parent | 69ca0fd0bef57ce8f6e0725124a9bd19455d9e2f (diff) | |
download | perl-a783c5f421048120dc022238eeb6eb8a62d130d0.tar.gz |
Rename get_seed() to get_hash_seed(), as suggested by
Eric J Kidder, to solve a name conflict on HP_UX 11.00.
p4raw-id: //depot/perl@20170
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4378,7 +4378,7 @@ Perl_seed(pTHX) } UV -Perl_get_seed(pTHX) +Perl_get_hash_seed(pTHX) { char *s = PerlEnv_getenv("PERL_HASH_SEED"); UV myseed = 0; |