aboutsummaryrefslogtreecommitdiff
path: root/frontend/frontend.icl
diff options
context:
space:
mode:
authorCamil Staps2017-03-18 17:25:17 +0100
committerCamil Staps2017-03-18 17:25:17 +0100
commitc00ee2c2536c98841ef77755701395a1e2c0b8ec (patch)
tree20d075337eb2e379dd6827caa2ef9f1a9ddee552 /frontend/frontend.icl
parentMore logical file name passing (diff)
Full path for parse warnings / errors (see #3)HEADmaster
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r--frontend/frontend.icl2
1 files changed, 1 insertions, 1 deletions
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]