diff options
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r-- | src/synth/synth-static_oper.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads index d166a8469..4c2e51695 100644 --- a/src/synth/synth-static_oper.ads +++ b/src/synth/synth-static_oper.ads @@ -32,4 +32,8 @@ package Synth.Static_Oper is Imp : Node; Operand : Value_Acc; Expr : Node) return Value_Acc; + + function Synth_Static_Predefined_Function_Call + (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Value_Acc; + end Synth.Static_Oper; |