diff options
author | clean | 2000-09-29 11:05:58 +0000 |
---|---|---|
committer | clean | 2000-09-29 11:05:58 +0000 |
commit | e6b076d8766dd7a0ec198e676182611e63b9e2ec (patch) | |
tree | aac900721780777918aa7a097635fa7a1cbe75cc /main/compile.icl | |
parent | removing trace statement (diff) |
pass list_inferred_types flag
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@239 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/compile.icl')
-rw-r--r-- | main/compile.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/compile.icl b/main/compile.icl index b17a90e..3ec85dd 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -191,7 +191,7 @@ compileModule options commandLineArgs dcl_modules functions_and_macros predef_sy # ({boxed_ident=moduleIdent}, hash_table) = putIdentInHashTable options.moduleName IC_Module hash_table # list_inferred_types = if (isMember "-lt" commandLineArgs) (Yes (not (isMember "-lattr" commandLineArgs))) No # (optionalSyntaxTree,cached_functions_and_macros,n_functions_and_macros_in_dcl_modules,main_dcl_module_n,predef_symbols, hash_table, files, error, io, out,heaps) - = frontEndInterface FrontEndPhaseAll moduleIdent options.searchPaths dcl_modules functions_and_macros No predef_symbols hash_table files error io out heaps + = frontEndInterface FrontEndPhaseAll moduleIdent options.searchPaths dcl_modules functions_and_macros list_inferred_types predef_symbols hash_table files error io out heaps # unique_copy_of_predef_symbols={predef_symbol\\predef_symbol<-:predef_symbols} # (closed, files) = fclose io files |