File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ class CommonVisitor : public AST::BaseVisitor<Derived> {
203
203
// The main module is stored directly in TranslationUnit, other modules are Modules
204
204
bool main_module;
205
205
PythonIntrinsicProcedures intrinsic_procedures;
206
- std::map<std::string, Vec<ASR::symbol_t * >> overload_defs;
207
206
208
207
CommonVisitor (Allocator &al, SymbolTable *symbol_table,
209
208
diag::Diagnostics &diagnostics, bool main_module)
@@ -517,6 +516,7 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
517
516
std::map<SymbolTable*, ASR::accessType> assgn;
518
517
ASR::symbol_t *current_module_sym;
519
518
std::vector<std::string> excluded_from_symtab;
519
+ std::map<std::string, Vec<ASR::symbol_t * >> overload_defs;
520
520
521
521
522
522
SymbolTableVisitor (Allocator &al, SymbolTable *symbol_table,
You can’t perform that action at this time.
0 commit comments