diff options
author | Pascal Obry <obry@adacore.com> | 2012-11-06 10:03:08 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-11-06 11:03:08 +0100 |
commit | 9276875d7bdfd6b4fd55ef099c0caa55d6e01432 (patch) | |
tree | 44d373bb7de0cf343f4dde50a6ed8e6a4e3e8fc1 /gcc/ada/xutil.adb | |
parent | fb174746b279e870f087a666e5e1ea8ff8c886f7 (diff) | |
download | gcc-9276875d7bdfd6b4fd55ef099c0caa55d6e01432.zip gcc-9276875d7bdfd6b4fd55ef099c0caa55d6e01432.tar.gz gcc-9276875d7bdfd6b4fd55ef099c0caa55d6e01432.tar.bz2 |
xoscons.adb, [...]: Add support for post-processing.
2012-11-06 Pascal Obry <obry@adacore.com>
* xoscons.adb, xutil.adb, xutil.ads: Add support for post-processing.
From-SVN: r193221
Diffstat (limited to 'gcc/ada/xutil.adb')
-rw-r--r-- | gcc/ada/xutil.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/xutil.adb b/gcc/ada/xutil.adb index fbc755c..cdf0b05 100644 --- a/gcc/ada/xutil.adb +++ b/gcc/ada/xutil.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, 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- -- @@ -25,8 +25,8 @@ package body XUtil is - use Ada.Strings.Unbounded; use Ada.Streams.Stream_IO; + use Ada.Strings.Unbounded; -------------- -- New_Line -- |