aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.icl
diff options
context:
space:
mode:
authorjohnvg2012-05-14 12:47:31 +0000
committerjohnvg2012-05-14 12:47:31 +0000
commit9e14fa23b46c332cf0acbb768bd36398244ad6ec (patch)
treecddd8d4922037813785882e3bf727edf6b6989bd /frontend/postparse.icl
parentmodify 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/postparse.icl')
-rw-r--r--frontend/postparse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.icl b/frontend/postparse.icl
index fef6944..03501fc 100644
--- a/frontend/postparse.icl
+++ b/frontend/postparse.icl
@@ -1483,7 +1483,7 @@ qualified_ident_to_import_declaration IC_Selector ident
reorganiseDefinitionsAndAddTypes mod_ident support_dynamics icl_module defs ca
| support_dynamics
# clean_types_module_ident
- = predefined_idents.[PD_CleanTypes]
+ = predefined_idents.[PD_StdDynamic]
# clean_types_module =
{ import_module = clean_types_module_ident
, import_symbols = ImportSymbolsAll