aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/trans.ads')
-rw-r--r--src/vhdl/translate/trans.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/translate/trans.ads b/src/vhdl/translate/trans.ads
index 68e3a79b8..8fa6dacee 100644
--- a/src/vhdl/translate/trans.ads
+++ b/src/vhdl/translate/trans.ads
@@ -289,6 +289,7 @@ package Trans is
-- Return the offset of field for CHILD in its parent scope.
function Get_Scope_Offset (Child : Var_Scope_Type; Otype : O_Tnode)
return O_Cnode;
+ function Get_Scope_Field (Child : Var_Scope_Type) return O_Fnode;
-- Finish the building of the current instance and return the type
-- built.