diff options
author | ronny | 2003-06-19 11:16:07 +0000 |
---|---|---|
committer | ronny | 2003-06-19 11:16:07 +0000 |
commit | d1a5a14e6d7a2fed7f54c08f55085865e1813391 (patch) | |
tree | 31cb92717a4e42abb958bcada56d21f55962cca7 /frontend/checktypes.icl | |
parent | enable boxed records (diff) |
s/sd__ident/sd_ident/g
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1353 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checktypes.icl')
-rw-r--r-- | frontend/checktypes.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index c19d55a..f7d91de 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1491,7 +1491,7 @@ where (sd_type_ptr, var_heap) = newPtr VI_Empty var_heap field_id = { id_name = field_name, id_info = id_info } sel_def = - { sd__ident = field_id + { sd_ident = field_id , sd_field = field_id , sd_type = { st_vars = [], st_args = [ rec_type ], st_args_strictness=Strict 1, st_result = field_type, st_arity = 1, st_context = [], st_attr_vars = [], st_attr_env = [] } |