Non-standard stdlib prototypes are not our friend (and not OSX's friend, which

implements strcpy() &co as macros).
This commit is contained in:
David Given 2016-11-24 20:48:51 +01:00
parent b21197c0c7
commit 7435c06ff4

View file

@ -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)