From 48aef3eadabbaa5c2c4a8cecb643e18b32a925f4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 30 Dec 2019 09:05:51 +0100 Subject: ams-vhdl: fix tree consistency for terminal declaration. --- src/vhdl/vhdl-nodes.ads | 4 ++-- src/vhdl/vhdl-nodes_meta.adb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index a2e2502eb..799215b9e 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -2074,14 +2074,14 @@ package Vhdl.Nodes is -- -- Get/Set_Parent (Field0) -- - -- Get/Set_Nature (Field1) - -- -- Get/Set_Chain (Field2) -- -- Get/Set_Identifier (Field3) -- -- Get/Set_Subnature_Indication (Field5) -- + -- Get/Set_Nature (Field1) + -- -- Get/Set_Visible_Flag (Flag4) -- -- Get/Set_Use_Flag (Flag6) diff --git a/src/vhdl/vhdl-nodes_meta.adb b/src/vhdl/vhdl-nodes_meta.adb index 76fa0cf84..cd519de46 100644 --- a/src/vhdl/vhdl-nodes_meta.adb +++ b/src/vhdl/vhdl-nodes_meta.adb @@ -3399,9 +3399,9 @@ package body Vhdl.Nodes_Meta is Field_Use_Flag, Field_Name_Staticness, Field_Parent, - Field_Nature, Field_Chain, Field_Subnature_Indication, + Field_Nature, -- Iir_Kind_Object_Alias_Declaration Field_Identifier, Field_Visible_Flag, -- cgit v1.2.3