summaryrefslogtreecommitdiffstats
path: root/gcc/ada/s-pack13.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-pack13.adb')
-rw-r--r--gcc/ada/s-pack13.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-pack13.adb b/gcc/ada/s-pack13.adb
index 835c99785e1..19ad76d4bea 100644
--- a/gcc/ada/s-pack13.adb
+++ b/gcc/ada/s-pack13.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2005, 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.Storage_Elements;
with System.Unsigned_Types;
-with Unchecked_Conversion;
+with Ada.Unchecked_Conversion;
package body System.Pack_13 is
@@ -71,7 +71,7 @@ package body System.Pack_13 is
type Cluster_Ref is access Cluster;
function To_Ref is new
- Unchecked_Conversion (System.Address, Cluster_Ref);
+ Ada.Unchecked_Conversion (System.Address, Cluster_Ref);
------------
-- Get_13 --
OpenPOWER on IntegriCloud