From: David Given Date: Thu, 24 Nov 2016 19:48:51 +0000 (+0100) Subject: Non-standard stdlib prototypes are not our friend (and not OSX's friend, which X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7435c06ff424913d9669c6172e03a1a6d7ab22b6;p=ack.git Non-standard stdlib prototypes are not our friend (and not OSX's friend, which implements strcpy() &co as macros). --- diff --git a/util/LLgen/src/machdep.c b/util/LLgen/src/machdep.c index 780951495..7fddf8eb2 100644 --- a/util/LLgen/src/machdep.c +++ b/util/LLgen/src/machdep.c @@ -57,7 +57,6 @@ libpath(s) string s; { register string p; register length; p_mem alloc(); - string strcpy(), strcat(); char* libdir = getenv("LLGEN_LIB_DIR"); if (!libdir)