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/postparse.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/postparse.icl')
-rw-r--r-- | frontend/postparse.icl | 2 |
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 |