diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/sem_decls.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/sem_decls.adb b/src/vhdl/sem_decls.adb index de4f38f04..a80bb9d39 100644 --- a/src/vhdl/sem_decls.adb +++ b/src/vhdl/sem_decls.adb @@ -2589,6 +2589,9 @@ package body Sem_Decls is when Iir_Kind_Attribute_Declaration | Iir_Kind_Component_Declaration => null; + when Iir_Kind_Library_Declaration => + -- Not explicitly allowed before vhdl-08. + null; when Iir_Kind_Terminal_Declaration => null; when Iir_Kind_Base_Attribute => |