diff options
author | Robert Dewar <dewar@adacore.com> | 2008-05-26 11:40:55 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 11:40:55 +0200 |
commit | ac38d4afd3c32dbedf87fc5aadf6cf5e40264389 (patch) | |
tree | 49c029b47cf8f35ae5a0c6dbe88f8cd965e66461 | |
parent | 3f36f73cb25423e01332d4b65758adfad7b4d5d6 (diff) | |
download | gcc-ac38d4afd3c32dbedf87fc5aadf6cf5e40264389.zip gcc-ac38d4afd3c32dbedf87fc5aadf6cf5e40264389.tar.gz gcc-ac38d4afd3c32dbedf87fc5aadf6cf5e40264389.tar.bz2 |
g-heasor.ads: Minor comment fix (unit is now pure)
2008-05-26 Robert Dewar <dewar@adacore.com>
* g-heasor.ads: Minor comment fix (unit is now pure)
From-SVN: r135903
-rw-r--r-- | gcc/ada/g-heasor.ads | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ada/g-heasor.ads b/gcc/ada/g-heasor.ads index a30d0b6..177f40c 100644 --- a/gcc/ada/g-heasor.ads +++ b/gcc/ada/g-heasor.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2006, AdaCore -- +-- Copyright (C) 1995-2008, AdaCore -- -- -- -- 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- -- @@ -43,9 +43,7 @@ -- See also GNAT.Heap_Sort_G which is a generic version that will be faster -- since the overhead of the indirect calls is avoided, at the expense of --- generic code duplication and less convenient interface. The generic version --- also has the advantage of being Pure, while this unit can only be --- Preelaborate, because of the access types. +-- generic code duplication and less convenient interface. -- Note: GNAT.Heap_Sort replaces and obsoletes GNAT.Heap_Sort_A, which is -- retained in the GNAT library for backwards compatibility. |