Change 20144 by [EMAIL PROTECTED] on 2003/07/11 00:35:56
Integrate:
[ 20143]
pTHX.
Affected files ...
... //depot/maint-5.8/perl/util.c#28 integrate
Differences ...
==== //depot/maint-5.8/perl/util.c#28 (text) ====
Index: perl/util.c
--- perl/util.c#27~20136~ Thu Jul 10 17:05:20 2003
+++ perl/util.c Thu Jul 10 17:35:56 2003
@@ -4360,7 +4360,7 @@
}
UV
-Perl_get_seed(void)
+Perl_get_seed(pTHX)
{
char *s = PerlEnv_getenv("PERL_HASH_SEED");
UV myseed = 0;
End of Patch.
