diff options
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r-- | src/synth/synth-decls.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index 0c478d5a2..ddcb43cf6 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -47,4 +47,6 @@ package Synth.Decls is procedure Synth_Package_Declaration (Parent_Inst : Synth_Instance_Acc; Pkg : Node); + procedure Synth_Package_Body + (Parent_Inst : Synth_Instance_Acc; Pkg : Node; Bod : Node); end Synth.Decls; |