minor mods

This commit is contained in:
ceriel
1991-03-14 13:16:32 +00:00
parent b3c630fd80
commit 6e0e2ad4fa
2 changed files with 6 additions and 7 deletions

View File

@@ -493,7 +493,6 @@ MkSet(size)
register arith *s, *t;
s = t = (arith *) Malloc(size);
clear((char *) s , size);
s++;
size /= sizeof(arith);
while (size--) *t++ = 0;