From 5aee4df5ab64a7409c856b6092ed821c3f0556f7 Mon Sep 17 00:00:00 2001 From: johnvg Date: Wed, 30 May 2001 15:46:42 +0000 Subject: 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 --- frontend/overloading.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/overloading.icl') 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} -- cgit v1.2.3