Don't prototype strcpy as it makes OSX sad.
This commit is contained in:
parent
7cdd0cd5c0
commit
65e544c35a
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue