diff options
Diffstat (limited to 'gcc/ada/a-strhas.ads')
-rw-r--r-- | gcc/ada/a-strhas.ads | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ada/a-strhas.ads b/gcc/ada/a-strhas.ads index b3b71aecdea..cb11fc056f3 100644 --- a/gcc/ada/a-strhas.ads +++ b/gcc/ada/a-strhas.ads @@ -2,9 +2,9 @@ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- --- ADA.STRINGS.HASH -- +-- A D A . S T R I N G S . H A S H -- -- -- --- S p e c -- +-- S p e c -- -- -- -- This specification is adapted from the Ada Reference Manual for use with -- -- GNAT. In accordance with the copyright of that document, you can freely -- @@ -18,5 +18,3 @@ with Ada.Containers; function Ada.Strings.Hash (Key : String) return Containers.Hash_Type; pragma Pure (Ada.Strings.Hash); - - |