Non-standard stdlib prototypes are not our friend (and not OSX's friend, which
authorDavid Given <dg@cowlark.com>
Thu, 24 Nov 2016 19:48:51 +0000 (20:48 +0100)
committerDavid Given <dg@cowlark.com>
Thu, 24 Nov 2016 19:48:51 +0000 (20:48 +0100)
implements strcpy() &co as macros).

util/LLgen/src/machdep.c

index 7809514..7fddf8e 100644 (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)