Skip to content

Commit c5fb9f0

Browse files
committed
Refactor: Fix parameter name
1 parent dc352ca commit c5fb9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpython/semantics/python_ast_to_asr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace LCompilers::LPython {
88

99
Result<ASR::TranslationUnit_t*> python_ast_to_asr(Allocator &al, LocationManager &lm, SymbolTable* symtab,
1010
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);
11+
bool main_module, std::string module_name, std::string file_path, bool allow_implicit_casting=false);
1212

1313
int save_pyc_files(const ASR::TranslationUnit_t &u,
1414
std::string infile);

0 commit comments

Comments
 (0)