better argument checking of standard functions

This commit is contained in:
ceriel
1988-04-26 10:14:01 +00:00
parent ef816a643e
commit 10d522e388
2 changed files with 14 additions and 0 deletions

View File

@@ -522,6 +522,9 @@ cstcall(expp, call)
default:
crash("(cstcall)");
}
expp->nd_right = 0; /* don't deallocate, for further
argument checking
*/
FreeLR(expp);
}