moved messages from Parser to SPF_message

This commit is contained in:
ALEXks
2025-05-26 21:06:51 +03:00
parent 78e9b63331
commit 7ee9d839a1
4 changed files with 57 additions and 5 deletions

View File

@@ -2389,7 +2389,7 @@ void runPass(const int curr_regime, const char *proj_name, const char *folderNam
break;
case PARSE_FILES:
{
int err = parseFiles(proj_name, filesCompilationOrder, parseForInlining);
int err = parseFiles(proj_name, filesCompilationOrder, parseForInlining, SPF_messages);
if (err != 0)
throw err;
}