Renaming due to 8 character C compiler limit.

This commit is contained in:
em
1985-01-21 12:37:26 +00:00
parent aef211ad4e
commit 8d02182e12
4 changed files with 9 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ String *s1,*s2;
strcat(s->strval,s1->strval);
return(s);
}
_strcompare(s1,s2)
_strcomp(s1,s2)
String *s1,*s2;
{
okr(s1);okr(s2);