diff options
author | johnvg | 2012-05-14 12:52:17 +0000 |
---|---|---|
committer | johnvg | 2012-05-14 12:52:17 +0000 |
commit | 96c23acc63f0292b6782bb01fc53cdfe2c8eb84f (patch) | |
tree | 2f2d667a6aabbe7c3f1552a059b2157b19b6114e /frontend/typereify.icl | |
parent | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, (diff) |
small fixes to previous commit
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2071 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/typereify.icl')
-rw-r--r-- | frontend/typereify.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl index 3c34ed1..3f3491a 100644 --- a/frontend/typereify.icl +++ b/frontend/typereify.icl @@ -223,7 +223,7 @@ addTypeFunctionsA mod first_td_fun_index ct_type_def type_defs var_heap symbol_t } # (fun_ident, symbol_table) = newPtr entry symbol_table - # type_fun_ident = {id_name="TD;"+++td_ident, id_info=fun_ident} + # type_fun_ident = {id_name="TD;"+++td_ident.id_name, id_info=fun_ident} # result_type = TA ct_type_def [{at_attribute = TA_None, at_type = TB BT_Bool}] |