added MERGED_ARRAYS operation

This commit is contained in:
ALEXks
2026-04-22 11:20:15 +03:00
parent daeaafd8a7
commit 9e2d0eacbd
2 changed files with 12 additions and 1 deletions

View File

@@ -1933,6 +1933,17 @@ static inline bool processStat(SgStatement *st, const string &currFile,
retVal = false;
}
}
//MERGE_ARRAYS
if (isSPF_OP(attributeStatement, SPF_MERGE_ARRAYS_OP))
{
attributeStatement->setLocalLineNumber(-1);
/*if (st->variant() != FOR_NODE)
{
BAD_POSITION_FULL(ERROR, "", "", "before", RR1_1, "DO statement", RR1_3, attributeStatement->lineNumber());
retVal = false;
}*/
}
}
else if (type == SPF_CHECKPOINT_DIR)
{

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2481"
#define VERSION_SPF "2482"