From c00ee2c2536c98841ef77755701395a1e2c0b8ec Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 18 Mar 2017 17:25:17 +0100 Subject: Full path for parse warnings / errors (see #3) --- frontend/frontend.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/frontend.icl') diff --git a/frontend/frontend.icl b/frontend/frontend.icl index 75bee80..b9ece94 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -25,7 +25,7 @@ frontEndInterface opt_file_dir_time options mod_ident search_paths cached_dcl_mo = (No,{},{},0,predef_symbols, hash_table, files, error, io, out, tcl_file, heaps) # (Yes (mod_file,mod_dir,mod_time)) = opt_file_dir_time # (ok,dynamic_type_used,mod,hash_table,error,files) - = wantModule mod_file mod_time cWantIclFile mod_ident NoPos options.feo_generics hash_table error files + = wantModule mod_file mod_dir mod_time cWantIclFile mod_ident NoPos options.feo_generics hash_table error files | not ok = (No,{},{},0,predef_symbols, hash_table, files, error, io, out, tcl_file, heaps) # cached_module_idents = [dcl_mod.dcl_name \\ dcl_mod<-:cached_dcl_modules] -- cgit v1.2.3