diff options
Diffstat (limited to 'gcc/ada/s-stopoo.ads')
-rw-r--r-- | gcc/ada/s-stopoo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-stopoo.ads b/gcc/ada/s-stopoo.ads index 51581a9a384..c30ee9c4609 100644 --- a/gcc/ada/s-stopoo.ads +++ b/gcc/ada/s-stopoo.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -39,7 +39,7 @@ with Ada.Finalization; with System.Storage_Elements; package System.Storage_Pools is - pragma Preelaborate (System.Storage_Pools); + pragma Preelaborate; type Root_Storage_Pool is abstract new Ada.Finalization.Limited_Controlled with private; |