diff options
Diffstat (limited to 'gcc/ada/s-trafor-default.ads')
-rw-r--r-- | gcc/ada/s-trafor-default.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-trafor-default.ads b/gcc/ada/s-trafor-default.ads index 01d957f37bb..182ade1ba94 100644 --- a/gcc/ada/s-trafor-default.ads +++ b/gcc/ada/s-trafor-default.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2007, Free Software Foundation, Inc. -- -- -- -- GNARL 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- -- @@ -37,7 +37,7 @@ package System.Traces.Format is pragma Preelaborate; Max_Size : constant Integer := 128; - -- Event messages' maximum size. + -- Maximum size if event messages subtype String_Trace is String (1 .. Max_Size); -- Specific type in which trace information is stored. An ASCII.NUL |