aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r--src/vhdl/vhdl-sem_stmts.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb
index c06c3e097..ad0a4bccc 100644
--- a/src/vhdl/vhdl-sem_stmts.adb
+++ b/src/vhdl/vhdl-sem_stmts.adb
@@ -2099,8 +2099,8 @@ package body Vhdl.Sem_Stmts is
-- ... and reopen-it.
Open_Declarative_Region;
Set_Is_Within_Flag (Stmt, True);
- Add_Declarations_From_Interface_Chain (Generic_Chain);
- Add_Declarations_From_Interface_Chain (Port_Chain);
+ Add_Declarations_From_Interface_Chain (Generic_Chain, False);
+ Add_Declarations_From_Interface_Chain (Port_Chain, False);
end if;
-- LRM93 9.1