diff options
author | johnvg | 2010-07-02 12:54:22 +0000 |
---|---|---|
committer | johnvg | 2010-07-02 12:54:22 +0000 |
commit | 1831fedac6b67903a57b7a7200b14e91488ff99c (patch) | |
tree | a30e395fcd65c605ecf46b921a52c8debd935563 /frontend | |
parent | remove use of the icl functions array by function (diff) |
remove use of icl_functions by call of checkExplicitImportCompleteness
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1789 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/check.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/check.icl b/frontend/check.icl index 48a4436..53a1c84 100644 --- a/frontend/check.icl +++ b/frontend/check.icl @@ -2540,8 +2540,8 @@ check_module2 mod_ident mod_modification_time mod_imported_objects mod_imports m = addImportedSymbolsToSymbolTable nr_of_modules (Yes dcl_macros) modules_in_component_set imports_ikh dcl_modules cs qualified_explicit_imports = (ikhSearch` nr_of_modules imports_ikh).si_qualified_explicit - (dcl_modules, icl_functions,macro_defs,hp_expression_heap, cs) - = checkExplicitImportCompleteness imports.si_explicit qualified_explicit_imports dcl_modules icl_functions macro_defs heaps.hp_expression_heap cs + (dcl_modules, macro_defs,hp_expression_heap, cs) + = checkExplicitImportCompleteness imports.si_explicit qualified_explicit_imports dcl_modules macro_defs heaps.hp_expression_heap cs (modified_ste_kinds,symbol_table,dcl_modules) = store_qualified_explicit_imports_in_symbol_table qualified_explicit_imports [] cs.cs_symbol_table dcl_modules cs = {cs & cs_symbol_table=symbol_table} |