aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-07 06:29:21 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-07 06:29:21 +0100
commit06d553f9d32184ad71f47bbcfcde2528d40408ac (patch)
treebd4bfcdc43394ccf59a0209079f90c6983929e0e /src/vhdl/iirs.ads
parent8ffc472d4def7cb5fb6b0d1af41e217f88a474e6 (diff)
downloadghdl-06d553f9d32184ad71f47bbcfcde2528d40408ac.tar.gz
ghdl-06d553f9d32184ad71f47bbcfcde2528d40408ac.tar.bz2
ghdl-06d553f9d32184ad71f47bbcfcde2528d40408ac.zip
Use Flist for records.
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index f6defecc3..b8b344580 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -6582,8 +6582,8 @@ package Iirs is
-- Chains of elements of a record.
-- Field: Field1 (uc)
- function Get_Elements_Declaration_List (Decl : Iir) return Iir_List;
- procedure Set_Elements_Declaration_List (Decl : Iir; List : Iir_List);
+ function Get_Elements_Declaration_List (Decl : Iir) return Iir_Flist;
+ procedure Set_Elements_Declaration_List (Decl : Iir; List : Iir_Flist);
-- Field: Field1 Forward_Ref
function Get_Designated_Type (Target : Iir) return Iir;