X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Fada%2Fa-wtenau.adb;h=d09306bb756e29ad3a4380f673ab6623d421e74a;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=44658bc748b17a1442f3c524f5b4bf48daf1d5e8;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/ada/a-wtenau.adb b/gcc/ada/a-wtenau.adb index 44658bc..d09306b 100644 --- a/gcc/ada/a-wtenau.adb +++ b/gcc/ada/a-wtenau.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, 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- -- @@ -152,7 +152,7 @@ package body Ada.Wide_Text_IO.Enumeration_Aux is Set : Type_Set) is Actual_Width : constant Integer := - Integer'Max (Integer (Width), Item'Length); + Integer'Max (Integer (Width), Item'Length); begin Check_On_One_Line (TFT (File), Actual_Width);