From 7435c06ff424913d9669c6172e03a1a6d7ab22b6 Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 24 Nov 2016 20:48:51 +0100 Subject: [PATCH] Non-standard stdlib prototypes are not our friend (and not OSX's friend, which implements strcpy() &co as macros). --- util/LLgen/src/machdep.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.34.1