diff options
author | johnvg | 2001-05-30 15:46:42 +0000 |
---|---|---|
committer | johnvg | 2001-05-30 15:46:42 +0000 |
commit | 5aee4df5ab64a7409c856b6092ed821c3f0556f7 (patch) | |
tree | 370e65d4c70e8d171ccab07267c2d0cde2c78fa4 /frontend/overloading.icl | |
parent | in 'transform' of trans.icl also transform expressions in selections of an Up... (diff) |
bug fix: arrays of unboxed functions are not allowed
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@440 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/overloading.icl')
-rw-r--r-- | frontend/overloading.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/overloading.icl b/frontend/overloading.icl index f77afab..9359529 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -386,7 +386,7 @@ where _ -> (False, No, (predef_symbols, type_heaps)) try_to_unbox type _ predef_symbols_type_heaps - = (True, No, predef_symbols_type_heaps) + = (False, No, predef_symbols_type_heaps) add_record_to_array_instances :: !TypeSymbIdent !{# DefinedSymbol} !*SpecialInstances -> (!{#DefinedSymbol},!*SpecialInstances) add_record_to_array_instances record members special_instances=:{si_next_array_member_index,si_array_instances} |