OSDN Git Service

2009-07-22 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-stzhas.ads
index 8a8436c..0c87672 100644 (file)
@@ -6,16 +6,20 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
--- This specification is adapted from the Ada Reference Manual for use with --
+-- This specification is derived from the Ada Reference Manual for use with --
 -- GNAT.  In accordance with the copyright of that document, you can freely --
 -- copy and modify this specification,  provided that if you redistribute a --
 -- modified version,  any changes that you have made are clearly indicated. --
 --                                                                          --
 ------------------------------------------------------------------------------
 
+--  Is this really an RM unit? Doc needed???
+
 with Ada.Containers;
+with System.String_Hash;
 
 function Ada.Strings.Wide_Wide_Hash
-  (Key : Wide_Wide_String) return Containers.Hash_Type;
+is new System.String_Hash.Hash
+  (Wide_Wide_Character, Wide_Wide_String, Containers.Hash_Type);
 
 pragma Pure (Ada.Strings.Wide_Wide_Hash);