Added some comment

This commit is contained in:
ceriel
1988-03-16 09:20:36 +00:00
parent f0c7016249
commit dcd076fd3e
7 changed files with 49 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ static struct errm {
{ M2_NORESULT, "no RETURN from procedure function"},
{ M2_UOVFL, "cardinal overflow"},
{ M2_FORCH, "Warning: FOR-loop control variable was changed in the body"},
{ M2_UUVFL, "cardinal underflow"},
{ -1, 0}
};