diff options
author | johnvg | 2013-05-27 09:18:34 +0000 |
---|---|---|
committer | johnvg | 2013-05-27 09:18:34 +0000 |
commit | 866a787e593945c14f7c4216c09f7384f92b8044 (patch) | |
tree | 3fc50c9be85d5eae4dd92453654d11f916780fab /main | |
parent | fix the file name for .tcl files of modules with a hierarchical module name (diff) |
restore s line that was accidentally removed by the previous commit
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2243 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/compile.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/compile.icl b/main/compile.icl index fc9ac46..c63bafe 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -308,6 +308,7 @@ compileModule options backendArgs cache=:{dcl_modules,functions_and_macros,prede {feo_up_to_phase=FrontEndPhaseAll ,feo_generics=options.compile_with_generics ,feo_fusion=options.compile_with_fusion + ,feo_dump_core=options.dump_core ,feo_strip_unused=options.strip_unused } moduleIdent options.searchPaths dcl_modules functions_and_macros list_inferred_types predef_symbols hash_table fmodificationtime files error io out tcl_file heaps |