better argument checking of standard functions

This commit is contained in:
ceriel
1988-04-26 10:14:01 +00:00
parent b3ce56e32a
commit 2bbecf2416
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);
}