summaryrefslogtreecommitdiff
path: root/gcc/ada/s-pooloc.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-pooloc.ads')
-rw-r--r--gcc/ada/s-pooloc.ads7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/s-pooloc.ads b/gcc/ada/s-pooloc.ads
index 7a5748eb699..c7fe93ed6b3 100644
--- a/gcc/ada/s-pooloc.ads
+++ b/gcc/ada/s-pooloc.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-1998, 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_Elements;
with System.Pool_Global;
package System.Pool_Local 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
----------------------------
-- Unbounded_Reclaim_Pool --