diff options
author | johnvg | 2012-05-14 12:47:31 +0000 |
---|---|---|
committer | johnvg | 2012-05-14 12:47:31 +0000 |
commit | 9e14fa23b46c332cf0acbb768bd36398244ad6ec (patch) | |
tree | cddd8d4922037813785882e3bf727edf6b6989bd /frontend/frontend.icl | |
parent | modify search paths, for some reason the C compiler couldn't find some files ... (diff) |
import module _SystemDynamic instead of StdCleanTypes if -dynamics is used,
don't generate type representation in TD; functions,
use TypeCodeConstructor and TD_ constructors instead of TypeCodeConstructor.. functions
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2070 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r-- | frontend/frontend.icl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl index b604a45..91849e3 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -98,9 +98,6 @@ frontEndInterface options mod_ident search_paths cached_dcl_modules cached_dcl_m // # (td_infos, th_vars, error_admin) = analyseTypeDefs ti_common_defs type_groups td_infos type_heaps.th_vars error_admin ({com_type_defs}, ti_common_defs) = replace ti_common_defs main_dcl_module_n icl_common - | support_dynamics && not (sanityCheckTypeFunctions main_dcl_module_n icl_common dcl_mods fun_defs) - = abort "frontend: sanityCheckTypeFunctions failed" - # hp_var_heap = heaps.hp_var_heap #! n_types_with_type_functions = size ti_common_defs.[main_dcl_module_n].com_type_defs #! n_constructors_with_type_functions = size ti_common_defs.[main_dcl_module_n].com_cons_defs |