aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_scopes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_scopes.ads')
-rw-r--r--src/vhdl/vhdl-sem_scopes.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_scopes.ads b/src/vhdl/vhdl-sem_scopes.ads
index b20e224b0..4622ee1a5 100644
--- a/src/vhdl/vhdl-sem_scopes.ads
+++ b/src/vhdl/vhdl-sem_scopes.ads
@@ -161,7 +161,8 @@ package Vhdl.Sem_Scopes is
-- Add declarations of interface chain CHAIN into the current
-- declarative region.
- procedure Add_Declarations_From_Interface_Chain (Chain : Iir);
+ procedure Add_Declarations_From_Interface_Chain
+ (Chain : Iir; Potentially : Boolean);
-- Add all declarations for concurrent statements declared in PARENT.
procedure Add_Declarations_Of_Concurrent_Statement (Parent : Iir);