Added the Epilogue module

This commit is contained in:
ceriel
1988-01-25 16:14:48 +00:00
parent b19a178e2e
commit e5b9c564af
6 changed files with 45 additions and 2 deletions

View File

@@ -35,6 +35,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_ENDPROCS, "too many procedures to be called on program termination"},
{ -1, 0}
};