diff options
author | Stas Bekman <stas@stason.org> | 2003-07-10 07:19:22 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-10 22:31:39 +0000 |
commit | a782b1cc856c89bf13136b2caa93f6039e826572 (patch) | |
tree | 8f89627c6fac6e109a8d23be4593493b06735f61 /perl.c | |
parent | f61b605bd1c8a7ceeaceb06f66d2a4ccbaa7feaf (diff) | |
download | perl-a782b1cc856c89bf13136b2caa93f6039e826572.tar.gz |
[comment patch]
Message-ID: <3F0DD85A.1070902@stason.org>
p4raw-id: //depot/perl@20129
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -925,7 +925,7 @@ setuid perl scripts securely.\n"); (UV)(Drand01() * (NV)((1 << ((UVSIZE * 8 - RANDBITS))) - 1)); #endif /* RANDBITS < (UVSIZE * 8) */ } -#endif /* USE_HASH_SEED_EXPLICIT */ +#endif /* #ifndef USE_HASH_SEED_EXPLICIT */ if ((s = PerlEnv_getenv("PERL_HASH_SEED_DEBUG"))) PerlIO_printf(Perl_debug_log, "HASH_SEED = %"UVuf"\n", PL_hash_seed); |