renamed _len to _length: conflict with name in minix lib

This commit is contained in:
ceriel
1996-11-26 15:02:36 +00:00
parent 06f158f980
commit 87c475ff69
2 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ int *typetable;
C_lfr((arith) BEMPTRSIZE);
return(STRINGTYPE);
case LENSYM: cv(STRINGTYPE);
C_cal("_len");
C_cal("_length");
res=INTTYPE;
parm(1);
break;