Change 20129 by [EMAIL PROTECTED] on 2003/07/10 22:31:39

        Subject: [comment patch]
        From: Stas Bekman <[EMAIL PROTECTED]>
        Date: Thu, 10 Jul 2003 14:19:22 -0700
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/perl.c#508 edit

Differences ...

==== //depot/perl/perl.c#508 (text) ====
Index: perl/perl.c
--- perl/perl.c#507~20117~      Thu Jul 10 10:33:53 2003
+++ perl/perl.c Thu Jul 10 15:31:39 2003
@@ -925,7 +925,7 @@
             (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);
End of Patch.

Reply via email to