diff options
Diffstat (limited to 'gcc/ada/g-bubsor.ads')
-rw-r--r-- | gcc/ada/g-bubsor.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-bubsor.ads b/gcc/ada/g-bubsor.ads index be5510b7fbb..19dcbef7db9 100644 --- a/gcc/ada/g-bubsor.ads +++ b/gcc/ada/g-bubsor.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2005 AdaCore -- +-- Copyright (C) 1995-2005, 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- -- @@ -44,7 +44,7 @@ -- has the advantage of being Pure, while this unit can only be Preelaborate. package GNAT.Bubble_Sort is -pragma Preelaborate (Bubble_Sort); + pragma Preelaborate; -- The data to be sorted is assumed to be indexed by integer values from -- 1 to N, where N is the number of items to be sorted. |