Skip to content
Snippets Groups Projects
Commit 090b4e6d authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Bug fix : boolred uses no memory!

parent 3b1f619b
No related branches found
No related tags found
No related merge requests found
(* Time-stamp: <modified the 11/04/2013 (at 15:31) by Erwan Jahier> *) (* Time-stamp: <modified the 07/04/2015 (at 15:05) by Erwan Jahier> *)
(* *) (* *)
...@@ -215,8 +215,7 @@ and do_boolred nk2nd nk lxm = ...@@ -215,8 +215,7 @@ and do_boolred nk2nd nk lxm =
outlist_eff = outs; outlist_eff = outs;
loclist_eff = None; loclist_eff = None;
def_eff = MetaOpLic; def_eff = MetaOpLic;
(* ???? *) has_mem_eff = false;
has_mem_eff = true;
is_safe_eff = true; is_safe_eff = true;
lxm = lxm; lxm = lxm;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment