aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-types.ads')
-rw-r--r--src/grt/grt-types.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-types.ads b/src/grt/grt-types.ads
index 0aa6dcc79..e59a38313 100644
--- a/src/grt/grt-types.ads
+++ b/src/grt/grt-types.ads
@@ -72,6 +72,9 @@ package Grt.Types is
Length : Ghdl_Index_Type;
end record;
+ type Std_Integer_Range_Ptr is access Std_Integer_Trt;
+ pragma Convention (C, Std_Integer_Range_Ptr);
+
subtype Std_Character is Character;
type Std_String_Uncons is array (Ghdl_Index_Type range <>) of Std_Character;
subtype Std_String_Base is Std_String_Uncons (Ghdl_Index_Type);