From 2fe1253fd27d0764395231e4b1e3e6d3a7336dfa Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 18 Oct 2002 15:09:22 +0000 Subject: add boxed records git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1242 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checktypes.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index 76961ea..b8c1f13 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1394,7 +1394,7 @@ where , td_args = td_args , td_attrs = [] , td_context = [] - , td_rhs = RecordType {rt_constructor = cons_symbol, rt_fields = { field \\ field <- reverse rev_fields } /*, rt_is_boxed_record=False*/} + , td_rhs = RecordType {rt_constructor = cons_symbol, rt_fields = { field \\ field <- reverse rev_fields }, rt_is_boxed_record=False} , td_attribute = TA_None , td_pos = NoPos , td_used_types = [] -- cgit v1.2.3