OSDN Git Service

* c-decl.c (c_init_decl_processing): Adjust
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-widcha.adb
index 2a6bda2..5c40790 100644 (file)
@@ -6,8 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---                                                                          --
---        Copyright (C) 1992,1993,1994 Free Software Foundation, Inc.       --
+--          Copyright (C) 1992-2002 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- --
@@ -46,7 +45,7 @@ package body System.Wid_Char is
 
       for C in Lo .. Hi loop
          declare
-            S : String := Character'Image (C);
+            S : constant String := Character'Image (C);
 
          begin
             W := Natural'Max (W, S'Length);