meaningless commit

This commit is contained in:
hyung-hwan 2021-11-21 15:08:42 +00:00
parent b096a917e8
commit c3a14cbfb7

View File

@ -2,6 +2,8 @@ with System;
with System.Storage_Pools; with System.Storage_Pools;
package H3 is package H3 is
--pragma Pure; -- can be pure if not for System.Storage_Pools;
--pragma Preelabotrate;
--pragma Preelaborate(H3); --pragma Preelaborate(H3);
subtype Boolean is Standard.Boolean; subtype Boolean is Standard.Boolean;