Change 20143 by [EMAIL PROTECTED] on 2003/07/11 00:35:07
pTHX.
Affected files ...
... //depot/perl/util.c#396 edit
Differences ...
==== //depot/perl/util.c#396 (text) ====
Index: perl/util.c
--- perl/util.c#395~20135~ Thu Jul 10 17:03:33 2003
+++ perl/util.c Thu Jul 10 17:35:07 2003
@@ -4378,7 +4378,7 @@
}
UV
-Perl_get_seed(void)
+Perl_get_seed(pTHX)
{
char *s = PerlEnv_getenv("PERL_HASH_SEED");
UV myseed = 0;
End of Patch.
