adding experimental changes

This commit is contained in:
2021-10-30 01:57:19 +00:00
parent b7de031e72
commit 442d45fb9e
10 changed files with 496 additions and 74 deletions

View File

@ -22,10 +22,10 @@ package H3.MM is
procedure Create (R: in out Ref_Counted; V: in Item_Type);
function Get_Item_Pointer (R: in Ref_Counted) return Item_Pointer;
pragma Inline(Get_Item_Pointer);
pragma Inline (Get_Item_Pointer);
function Is_Shared (R: in Ref_Counted) return Boolean;
pragma Inline(Is_Shared);
pragma Inline (Is_Shared);
overriding procedure Initialize (R: in out Ref_Counted);
overriding procedure Adjust (R: in out Ref_Counted);