diff options
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r-- | src/vhdl/vhdl-canon.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb index 48e18e3ed..95fe700d4 100644 --- a/src/vhdl/vhdl-canon.adb +++ b/src/vhdl/vhdl-canon.adb @@ -3045,7 +3045,8 @@ package body Vhdl.Canon is when Iir_Kind_Signal_Attribute_Declaration => null; - when Iir_Kind_Nature_Declaration => + when Iir_Kind_Nature_Declaration + | Iir_Kind_Subnature_Declaration => null; when Iir_Kind_Terminal_Declaration => null; |