summaryrefslogtreecommitdiff
path: root/gcc/ada/6vcstrea.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/6vcstrea.adb')
-rw-r--r--gcc/ada/6vcstrea.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/6vcstrea.adb b/gcc/ada/6vcstrea.adb
index 1c4e00c2e0d..cc9e91bd1a3 100644
--- a/gcc/ada/6vcstrea.adb
+++ b/gcc/ada/6vcstrea.adb
@@ -6,9 +6,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.1 $
+-- $Revision$
-- --
--- Copyright (C) 1996-1999 Free Software Foundation, Inc. --
+-- Copyright (C) 1996-2002 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- --
@@ -35,6 +35,7 @@
-- This is the Alpha/VMS version.
+with Unchecked_Conversion;
package body Interfaces.C_Streams is
------------