aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-22 11:56:34 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-22 11:56:34 +0100
commit846f7e02d664702bedc5ed086c7753bd93e3ba97 (patch)
tree4be3f3658bf694dc50aa26ffc0c7b3ca21164b60 /src/vhdl/nodes_meta.adb
parent4c3181e8d52b654b9ca1112b272f53803c7f5dc1 (diff)
downloadghdl-846f7e02d664702bedc5ed086c7753bd93e3ba97.tar.gz
ghdl-846f7e02d664702bedc5ed086c7753bd93e3ba97.tar.bz2
ghdl-846f7e02d664702bedc5ed086c7753bd93e3ba97.zip
Reduce size of library_declaration.
Diffstat (limited to 'src/vhdl/nodes_meta.adb')
-rw-r--r--src/vhdl/nodes_meta.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/nodes_meta.adb b/src/vhdl/nodes_meta.adb
index 10c27e2bc..9d8b8786e 100644
--- a/src/vhdl/nodes_meta.adb
+++ b/src/vhdl/nodes_meta.adb
@@ -1974,11 +1974,11 @@ package body Nodes_Meta is
Field_Library,
Field_Last_Design_Unit,
-- Iir_Kind_Design_Unit
- Field_Date,
+ Field_Design_Unit_Source_Pos,
Field_Design_Unit_Source_Line,
Field_Design_Unit_Source_Col,
Field_Identifier,
- Field_Design_Unit_Source_Pos,
+ Field_Date,
Field_End_Location,
Field_Elab_Flag,
Field_Date_State,
@@ -2534,9 +2534,9 @@ package body Nodes_Meta is
Field_Parent,
Field_Type,
-- Iir_Kind_Library_Declaration
+ Field_Identifier,
Field_Date,
Field_Library_Directory,
- Field_Identifier,
Field_Visible_Flag,
Field_Design_File_Chain,
Field_Chain,