diff options
Diffstat (limited to 'gcc/ada/g-busora.ads')
-rw-r--r-- | gcc/ada/g-busora.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-busora.ads b/gcc/ada/g-busora.ads index 051fd8a..b3e3b60 100644 --- a/gcc/ada/g-busora.ads +++ b/gcc/ada/g-busora.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- -- @@ -39,7 +39,7 @@ -- offers a similar routine with a more convenient interface. package GNAT.Bubble_Sort_A is -pragma Preelaborate (Bubble_Sort_A); + 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. In addition, the |