improved error message for no RETURN from function procedure

This commit is contained in:
ceriel 1989-03-15 10:46:27 +00:00
parent 21a8f93bc7
commit 6218df1293

View file

@ -43,7 +43,7 @@ static struct errm {
{ M2_TOOLARGE, "stack size of process too large"},
{ M2_TOOMANY, "too many nested traps + handlers"},
{ M2_NORESULT, "no RETURN from procedure function"},
{ M2_NORESULT, "no RETURN from function procedure"},
{ M2_UOVFL, "cardinal overflow"},
{ M2_FORCH, "(warning) FOR-loop control variable was changed in the body"},
{ M2_UUVFL, "cardinal underflow"},