error messages and error handling

This commit is contained in:
dick
1988-09-16 23:19:50 +00:00
parent 47a9fdaaf1
commit fe62ccb08d
27 changed files with 111 additions and 101 deletions

View File

@@ -181,7 +181,7 @@ copyact(ch1, ch2, lvl)
copy(EOS);
if (++nr_of_params >= NPARAMS) {
fatal("(getact) too many actuals");
fatal("too many actual parameters");
}
actparams[nr_of_params] = aptr;