C needs parameter list, not merely type
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 2 Aug 1999 07:38:48 +0000 (07:38 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 2 Aug 1999 07:38:48 +0000 (07:38 +0000)
p4raw-id: //depot/perl@3872

win32/win32.c

index e705e4d..22b2c0a 100644 (file)
@@ -2488,7 +2488,7 @@ get_childenv(void)
 }
 
 void
-free_childenv(void*)
+free_childenv(void* d)
 {
 }
 
@@ -2499,7 +2499,7 @@ get_childdir(void)
 }
 
 void
-free_childdir(char*)
+free_childdir(char* d)
 {
 }