improved error message for no RETURN from function procedure
This commit is contained in:
parent
21a8f93bc7
commit
6218df1293
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue