diff options
Diffstat (limited to 'gcc/ada/s-stalib.ads')
-rw-r--r-- | gcc/ada/s-stalib.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/s-stalib.ads b/gcc/ada/s-stalib.ads index 15a7864013f..c23ef36e97f 100644 --- a/gcc/ada/s-stalib.ads +++ b/gcc/ada/s-stalib.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, 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- -- @@ -63,6 +63,7 @@ package System.Standard_Library is pragma Warnings (On); type Big_String_Ptr is access all String (Positive); + for Big_String_Ptr'Storage_Size use 0; -- A non-fat pointer type for null terminated strings function To_Ptr is |