We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9706b commit b967096Copy full SHA for b967096
1 file changed
src/lpython/semantics/python_ast_to_asr.h
@@ -8,7 +8,7 @@ namespace LCompilers::LPython {
8
9
Result<ASR::TranslationUnit_t*> python_ast_to_asr(Allocator &al, LocationManager &lm, SymbolTable* symtab,
10
LPython::AST::ast_t &ast, diag::Diagnostics &diagnostics, CompilerOptions &compiler_options,
11
- bool main_module, std::string ext_mod_name, std::string file_path, bool allow_implicit_casting=false);
+ bool main_module, std::string module_name, std::string file_path, bool allow_implicit_casting=false);
12
13
int save_pyc_files(const ASR::TranslationUnit_t &u,
14
std::string infile);
0 commit comments