X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fada%2Fa-cohama.ads;h=487944c27990258dfac583fad6eb18f507cfaea6;hb=068f40295c3c2ba63eb76bb3e589978da09d8842;hp=d03d741a74b4887cb7ebe25209d9d7a89dde4c12;hpb=115a8ff95a7b32496cbaf73f390aaaa335b5501e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ada/a-cohama.ads b/gcc/ada/a-cohama.ads index d03d741a74b..487944c2799 100644 --- a/gcc/ada/a-cohama.ads +++ b/gcc/ada/a-cohama.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2007, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -47,6 +47,7 @@ generic package Ada.Containers.Hashed_Maps is pragma Preelaborate; + pragma Remote_Types; type Map is tagged private; pragma Preelaborable_Initialization (Map); @@ -164,6 +165,7 @@ private pragma Inline (Reserve_Capacity); pragma Inline (Has_Element); pragma Inline (Equivalent_Keys); + pragma Inline (Next); type Node_Type; type Node_Access is access Node_Type;