diff options
Diffstat (limited to 'src/grt/grt-ghw.ads')
-rw-r--r-- | src/grt/grt-ghw.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-ghw.ads b/src/grt/grt-ghw.ads index 6dfc2c648..6ceb937d1 100644 --- a/src/grt/grt-ghw.ads +++ b/src/grt/grt-ghw.ads @@ -59,4 +59,5 @@ package Grt.Ghw is Ghw_Rtik_Type_Record : constant Ghw_Rtik := 32; Ghw_Rtik_Subtype_Scalar : constant Ghw_Rtik := 34; Ghw_Rtik_Subtype_Array : constant Ghw_Rtik := 35; + Ghw_Rtik_Subtype_Record : constant Ghw_Rtik := 38; end Grt.Ghw; |