Fixed bugs with paramaters being passed to the wrong callsite

This commit is contained in:
Samuel D. Crow
2022-08-01 15:35:43 -05:00
parent 34f1abeda6
commit 820fb864bd
9 changed files with 64 additions and 29 deletions

View File

@@ -27,7 +27,8 @@ const char *COMPILE_ERROR_NAMES[]={
"undefined subroutine name",
"too many parameters in function call",
"value cannot be assigned",
"undimensioned array or undeclared function"
"undimensioned array or undeclared function",
"return code was not specified on function"
};
/* These correspond to the types of enum TYPES. */