diff options
Diffstat (limited to 'gcc/ada/s-poosiz.adb')
-rw-r--r-- | gcc/ada/s-poosiz.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-poosiz.adb b/gcc/ada/s-poosiz.adb index f08add49421..278b935e17f 100644 --- a/gcc/ada/s-poosiz.adb +++ b/gcc/ada/s-poosiz.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2006 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -33,7 +33,7 @@ with System.Soft_Links; -with Unchecked_Conversion; +with Ada.Unchecked_Conversion; package body System.Pool_Size is @@ -52,7 +52,7 @@ package body System.Pool_Size is type Storage_Count_Access is access SSE.Storage_Count; function To_Storage_Count_Access is - new Unchecked_Conversion (Address, Storage_Count_Access); + new Ada.Unchecked_Conversion (Address, Storage_Count_Access); SC_Size : constant := SSE.Storage_Count'Object_Size / System.Storage_Unit; |