aboutsummaryrefslogtreecommitdiffstats
path: root/iirs.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-11-01 15:08:25 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-11-01 15:08:25 +0000
commitd5888aa28f654fa58ec9f3914932885e36af3d5c (patch)
treea5859817b20ed2bca0108ca4e9175fad893e3ca7 /iirs.ads
parentefb30b021679ac1334e1d4fdffa073eaaa082a51 (diff)
downloadghdl-d5888aa28f654fa58ec9f3914932885e36af3d5c.tar.gz
ghdl-d5888aa28f654fa58ec9f3914932885e36af3d5c.tar.bz2
ghdl-d5888aa28f654fa58ec9f3914932885e36af3d5c.zip
bug fixes + no use of fprintf in grt-stats
Diffstat (limited to 'iirs.ads')
-rw-r--r--iirs.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/iirs.ads b/iirs.ads
index cec741374..55e30c403 100644
--- a/iirs.ads
+++ b/iirs.ads
@@ -3054,6 +3054,10 @@ package Iirs is
--Iir_Kind_Integer_Type_Definition
Iir_Kind_Enumeration_Type_Definition;
+ subtype Iir_Kinds_Discrete_Subtype_Definition is Iir_Kind range
+ Iir_Kind_Integer_Subtype_Definition ..
+ Iir_Kind_Enumeration_Subtype_Definition;
+
subtype Iir_Kinds_Composite_Type_Definition is Iir_Kind range
Iir_Kind_Record_Type_Definition ..
--Iir_Kind_Array_Type_Definition