improved error message for no RETURN from function procedure
This commit is contained in:
parent
94af67cf03
commit
fa1d129a2d
@ -43,7 +43,7 @@ static struct errm {
|
|||||||
|
|
||||||
{ M2_TOOLARGE, "stack size of process too large"},
|
{ M2_TOOLARGE, "stack size of process too large"},
|
||||||
{ M2_TOOMANY, "too many nested traps + handlers"},
|
{ 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_UOVFL, "cardinal overflow"},
|
||||||
{ M2_FORCH, "(warning) FOR-loop control variable was changed in the body"},
|
{ M2_FORCH, "(warning) FOR-loop control variable was changed in the body"},
|
||||||
{ M2_UUVFL, "cardinal underflow"},
|
{ M2_UUVFL, "cardinal underflow"},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user