add message

This commit is contained in:
2026-04-27 14:51:44 +03:00
parent edbce3ed21
commit 9138caa70d

View File

@@ -21,6 +21,7 @@
using namespace std;
extern std::map<std::tuple<int, std::string, std::string>, std::pair<DIST::Array*, DIST::ArrayAccessInfo*>> declaredArrays;
extern map<string, vector<Messages>> SPF_messages;
static set<Region*> collapsed;