diff options
Diffstat (limited to 'gcc/ada/g-string.ads')
-rw-r--r-- | gcc/ada/g-string.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/g-string.ads b/gcc/ada/g-string.ads index 6920f6b..f4f2e69 100644 --- a/gcc/ada/g-string.ads +++ b/gcc/ada/g-string.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1995-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- -- @@ -36,6 +36,7 @@ with Unchecked_Deallocation; package GNAT.Strings is + pragma Preelaborate; type String_Access is access all String; -- General purpose string access type. Note that the caller is |