aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/sem_names.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb
index edea39022..5b3baf7cc 100644
--- a/src/vhdl/sem_names.adb
+++ b/src/vhdl/sem_names.adb
@@ -290,6 +290,9 @@ package body Sem_Names is
| Iir_Kind_Procedure_Declaration
| Iir_Kind_Enumeration_Literal =>
null;
+ when Iir_Kind_Interface_Function_Declaration
+ | Iir_Kind_Interface_Procedure_Declaration =>
+ null;
when Iir_Kinds_Denoting_Name =>
null;
when others =>