diff options
Diffstat (limited to 'gcc/ada/g-busorg.ads')
-rw-r--r-- | gcc/ada/g-busorg.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-busorg.ads b/gcc/ada/g-busorg.ads index af4552c7426..1e90d347a32 100644 --- a/gcc/ada/g-busorg.ads +++ b/gcc/ada/g-busorg.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- -- @@ -63,7 +63,7 @@ generic -- item is greater than or equal to the Op1 item. package GNAT.Bubble_Sort_G is -pragma Pure (Bubble_Sort_G); + pragma Pure; procedure Sort (N : Natural); -- This procedures sorts items in the range from 1 to N into ascending |