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

(ter) Add a little bit more parenthesis in the generated lic code in order

to avoid priority errors.
parent 023c9e44
No related branches found
No related tags found
No related merge requests found
(** Time-stamp: <modified the 08/07/2008 (at 10:37) by Erwan Jahier> *)
(** Time-stamp: <modified the 08/07/2008 (at 10:55) by Erwan Jahier> *)
(* Call it LicDump? *)
......@@ -232,9 +232,9 @@ and (string_of_by_pos_op_eff : by_pos_op_eff -> val_exp_eff list -> string) =
)
else
((Predef.op2string op) ^
(if sargs = [] then "" else
(if sargs = [] then tuple vel else
"<<" ^ (String.concat ", " (List.map static_arg2string sargs))
^ ">>") ^ (tuple vel))
^ ">>" ^ (tuple_par vel)))
| CALL_eff nee, _ -> (
if nee.it.def_eff = ExternEff then
......
This diff is collapsed.
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