summaryrefslogtreecommitdiff
path: root/gcc/ada/a-ztcstr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-ztcstr.adb')
-rw-r--r--gcc/ada/a-ztcstr.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-ztcstr.adb b/gcc/ada/a-ztcstr.adb
index f6b23d7b8a2..22850684579 100644
--- a/gcc/ada/a-ztcstr.adb
+++ b/gcc/ada/a-ztcstr.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- --
@@ -34,7 +34,7 @@
with Interfaces.C_Streams; use Interfaces.C_Streams;
with System.File_IO;
with System.File_Control_Block;
-with Unchecked_Conversion;
+with Ada.Unchecked_Conversion;
package body Ada.Wide_Wide_Text_IO.C_Streams is
@@ -43,7 +43,7 @@ package body Ada.Wide_Wide_Text_IO.C_Streams is
subtype AP is FCB.AFCB_Ptr;
- function To_FCB is new Unchecked_Conversion (File_Mode, FCB.File_Mode);
+ function To_FCB is new Ada.Unchecked_Conversion (File_Mode, FCB.File_Mode);
--------------
-- C_Stream --