aboutsummaryrefslogtreecommitdiff
path: root/frontend/frontend.icl
diff options
context:
space:
mode:
authorjohnvg2011-04-15 10:57:01 +0000
committerjohnvg2011-04-15 10:57:01 +0000
commit6f0bd29ec38b3d3ad41d5cbec0e1f3f131d607a4 (patch)
treed03ac01910d4a8cb2dee079bf1b8eacdb7ac1766 /frontend/frontend.icl
parentuse type FunSpecials instead of Specials for specials of functions (diff)
remove field icl_copied_from_dcl from type IclModule
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1923 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r--frontend/frontend.icl5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl
index 7ebdb0e..b937148 100644
--- a/frontend/frontend.icl
+++ b/frontend/frontend.icl
@@ -60,8 +60,7 @@ frontEndInterface options mod_ident search_paths cached_dcl_modules cached_dcl_m
select_and_remove_icl_functions_from_record :: !*IclModule -> (!.{#FunDef},!.IclModule)
select_and_remove_icl_functions_from_record icl_mod=:{icl_functions} = (icl_functions,{icl_mod & icl_functions={}})
- # { icl_common,icl_function_indices,icl_name,icl_import,icl_qualified_imports,icl_imported_objects,
- icl_foreign_exports,icl_used_module_numbers,icl_copied_from_dcl } = icl_mod
+ # {icl_common,icl_function_indices,icl_name,icl_import,icl_qualified_imports,icl_imported_objects,icl_foreign_exports,icl_used_module_numbers} = icl_mod
/*
(_,f,files) = fopen "components" FWriteText files
(components, icl_functions, f) = showComponents components 0 True icl_functions f
@@ -269,7 +268,7 @@ frontEndInterface options mod_ident search_paths cached_dcl_modules cached_dcl_m
# fe ={ fe_icl = {icl_functions=fun_defs, icl_function_indices=icl_function_indices, icl_common=icl_common,
icl_import=icl_import, icl_qualified_imports=icl_qualified_imports, icl_imported_objects=icl_imported_objects,
icl_foreign_exports=icl_foreign_exports,icl_name=icl_name,icl_used_module_numbers=icl_used_module_numbers,
- icl_copied_from_dcl=icl_copied_from_dcl,icl_modification_time=icl_mod.icl_modification_time }
+ icl_modification_time=icl_mod.icl_modification_time }
, fe_dcls = dcl_mods
, fe_components = components
, fe_arrayInstances = array_instances