Forgot static(

This commit is contained in:
2023-12-11 21:48:11 +03:00
parent a882be75e9
commit 3456226e66

View File

@@ -14,9 +14,9 @@ using std::make_pair;
using std::string; using std::string;
using std::to_string; using std::to_string;
map<char, SgType*> implicit; static map<char, SgType*> implicit;
set<SgSymbol*> vars; static set<SgSymbol*> vars;
vector<SgSymbol*> toDecl; static vector<SgSymbol*> toDecl;
static void InsertToMap(SgType* type, SgExpression* letters) { static void InsertToMap(SgType* type, SgExpression* letters) {