From: Gurusamy Sarathy Date: Mon, 2 Aug 1999 07:38:48 +0000 (+0000) Subject: C needs parameter list, not merely type X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dd19d29b7ab4e411be78dd1e4896a0211177a70;p=p5sagit%2Fp5-mst-13.2.git C needs parameter list, not merely type p4raw-id: //depot/perl@3872 --- diff --git a/win32/win32.c b/win32/win32.c index e705e4d..22b2c0a 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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) { }