Non-standard stdlib prototypes are not our friend (and not OSX's friend, which
implements strcpy() &co as macros).
This commit is contained in:
parent
b21197c0c7
commit
7435c06ff4
|
@ -57,7 +57,6 @@ libpath(s) string s; {
|
||||||
register string p;
|
register string p;
|
||||||
register length;
|
register length;
|
||||||
p_mem alloc();
|
p_mem alloc();
|
||||||
string strcpy(), strcat();
|
|
||||||
|
|
||||||
char* libdir = getenv("LLGEN_LIB_DIR");
|
char* libdir = getenv("LLGEN_LIB_DIR");
|
||||||
if (!libdir)
|
if (!libdir)
|
||||||
|
|
Loading…
Reference in a new issue