aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r--src/synth/synth-static_oper.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads
index d1c9458e0..fc7ec6db7 100644
--- a/src/synth/synth-static_oper.ads
+++ b/src/synth/synth-static_oper.ads
@@ -28,11 +28,11 @@ package Synth.Static_Oper is
Imp : Node;
Left : Memtyp;
Right : Memtyp;
- Expr : Node) return Valtyp;
+ Expr : Node) return Memtyp;
function Synth_Static_Monadic_Predefined (Syn_Inst : Synth_Instance_Acc;
Imp : Node;
Operand : Memtyp;
- Expr : Node) return Valtyp;
+ Expr : Node) return Memtyp;
function Synth_Static_Predefined_Function_Call
(Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Valtyp;