diff options
author | martijnv | 2001-03-15 14:03:53 +0000 |
---|---|---|
committer | martijnv | 2001-03-15 14:03:53 +0000 |
commit | 0faf07824ec3663a97f68562a311c3d168b52c9c (patch) | |
tree | e40167011736a785688d0d4572c518b3963fb42b /frontend/convertDynamics.icl | |
parent | Generics are added, but are disabled. (diff) |
changes:
- module type_io_common added for communication with linkers
- minor change to convertDynamics w.r.t writing a tcl-file
stderr annoyance should be fixed
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@330 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index e67724d..502c0ed 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -60,6 +60,8 @@ write_tcl_file main_dcl_module_n dcl_mods=:{[main_dcl_module_n] = main_dcl_modul = write_type_info directly_imported_dcl_modules tcl_file #! tcl_file = fwritei (size main_dcl_module.dcl_common.com_type_defs) tcl_file + #! tcl_file + = fwritei (size main_dcl_module.dcl_common.com_cons_defs) tcl_file = (True,tcl_file) //---> ("dcl",size main_dcl_module.dcl_common.com_type_defs, "icl", size common_defs.com_type_defs); |