Forgot static(
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user