Natools

Diff
Login

Differences From Artifact [c218964070]:

To Artifact [ad429e03a5]:


18
19
20
21
22
23
24
25


26
-- Natools is a collection of miscellaneous small utilities gathered in one --
-- shared library.                                                          --
------------------------------------------------------------------------------


package Natools is
   pragma Pure (Natools);



end Natools;








>
>

18
19
20
21
22
23
24
25
26
27
28
-- Natools is a collection of miscellaneous small utilities gathered in one --
-- shared library.                                                          --
------------------------------------------------------------------------------


package Natools is
   pragma Pure (Natools);

   type Meaningless_Type is (Meaningless_Value);

end Natools;