From 0dfb4cabd04f477569878ebd6ad1b0b399c17b55 Mon Sep 17 00:00:00 2001 From: ronny Date: Fri, 1 Jun 2001 14:28:47 +0000 Subject: removed MW0 comments git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@450 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/convertcases.icl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontend') diff --git a/frontend/convertcases.icl b/frontend/convertcases.icl index 7972af1..b7a7210 100644 --- a/frontend/convertcases.icl +++ b/frontend/convertcases.icl @@ -74,8 +74,6 @@ where _ -> abort "convertCases [Let] (convertcases 53)" // <<- let_info -// MW0 addLetVars [{bind_dst} : binds] [bind_type : bind_types] bound_vars -// MW0 = addLetVars binds bind_types [ (bind_dst, bind_type) : bound_vars ] addLetVars [{lb_dst} : binds] [bind_type : bind_types] bound_vars = addLetVars binds bind_types [ (lb_dst, bind_type) : bound_vars ] addLetVars [] _ bound_vars @@ -659,8 +657,6 @@ where # (let_expr, cp_info) = copy let_expr cp_info = (Let {lad & let_strict_binds = let_strict_binds, let_lazy_binds = let_lazy_binds, let_expr = let_expr }, cp_info) where -// MW0 bind_let_var {bind_dst} (local_vars, var_heap) -// MW0 = ([bind_dst : local_vars], var_heap <:= (bind_dst.fv_info_ptr, VI_LocalVar)) bind_let_var {lb_dst} (local_vars, var_heap) = ([lb_dst : local_vars], var_heap <:= (lb_dst.fv_info_ptr, VI_LocalVar)) copy (Case case_expr) cp_info -- cgit v1.2.3