Don't prototype strcpy as it makes OSX sad.

This commit is contained in:
David Given 2019-02-10 12:28:42 +01:00
parent 7cdd0cd5c0
commit 65e544c35a

View file

@ -549,8 +549,6 @@ cpy(s,p,inserted) register string p; {
return p; return p;
} }
string strcpy();
LLmessage(d) { LLmessage(d) {
/* /*
* d is either 0, in which case the current token has been deleted, * d is either 0, in which case the current token has been deleted,