pTHX.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:35:07 +0000 (00:35 +0000)]
p4raw-id: //depot/perl@20143

util.c

diff --git a/util.c b/util.c
index 4f53a91..f75f938 100644 (file)
--- a/util.c
+++ b/util.c
@@ -4378,7 +4378,7 @@ Perl_seed(pTHX)
 }
 
 UV
-Perl_get_seed(void)
+Perl_get_seed(pTHX)
 {
      char *s = PerlEnv_getenv("PERL_HASH_SEED");
      UV myseed = 0;