summaryrefslogtreecommitdiff
path: root/gcc/ada/g-hesorg.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-06 10:28:31 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-06 10:28:31 +0000
commitfbcd857d38d31702a4958d958b19ed4b4c6c60e2 (patch)
treee805c62ae13d45ae21a5ac3d9fa1157fd5c657e0 /gcc/ada/g-hesorg.ads
parent10084566be31ecd52f2e12b8fcd96a50a1280190 (diff)
downloadgcc-fbcd857d38d31702a4958d958b19ed4b4c6c60e2.tar.gz
2007-04-20 Robert Dewar <dewar@adacore.com>
* g-hesorg.ads, g-heasor.ads, g-busorg.ads, g-bubsor.ads: Update documentation GNAT.Heap/Bubble_Sort_G is now pure git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125412 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-hesorg.ads')
-rw-r--r--gcc/ada/g-hesorg.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/g-hesorg.ads b/gcc/ada/g-hesorg.ads
index 04f2371d5b0..e7b38808c08 100644
--- a/gcc/ada/g-hesorg.ads
+++ b/gcc/ada/g-hesorg.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1995-2005, AdaCore --
+-- Copyright (C) 1995-2006, 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- --
@@ -39,8 +39,7 @@
-- See also GNAT.Heap_Sort, a version that works with subprogram access
-- parameters, allowing code sharing. The generic version is slightly more
-- efficient but does not allow code sharing and has an interface that is
--- more awkward to use. The generic version is also Pure, while the access
--- subprogram version can only be Preelaborate.
+-- more awkward to use.
-- There is also GNAT.Heap_Sort_A, which is now considered obsolete, but
-- was an older version working with subprogram parameters. This version