minor mods

This commit is contained in:
ceriel
1991-03-14 13:16:32 +00:00
parent 5ebc2017a0
commit 852601d0b5
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;