summaryrefslogtreecommitdiff
path: root/gcc/ada/s-poosiz.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-poosiz.ads')
-rw-r--r--gcc/ada/s-poosiz.ads7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/s-poosiz.ads b/gcc/ada/s-poosiz.ads
index a4bdef1f239..4245f0a065c 100644
--- a/gcc/ada/s-poosiz.ads
+++ b/gcc/ada/s-poosiz.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2004 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
-- --
-- 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- --
@@ -35,9 +35,8 @@ with System.Storage_Pools;
with System.Storage_Elements;
package System.Pool_Size is
-
-pragma Elaborate_Body;
--- Needed to ensure that library routines can execute allocators
+ pragma Elaborate_Body;
+ -- Needed to ensure that library routines can execute allocators
------------------------
-- Stack_Bounded_Pool --