X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fada%2Fs-imgdec.ads;fp=gcc%2Fada%2Fs-imgdec.ads;h=41762e1a387eb5912de22b099bfca7c84092aa7e;hb=96331f025a36e4ea77dc18983d3883fa615fb97a;hp=d1e2768c4800ff54ebb674377bed81e988568b8a;hpb=7f1d06e2d9bc77c03f63ecc57e1f1f41a9a2da54;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ada/s-imgdec.ads b/gcc/ada/s-imgdec.ads index d1e2768c480..41762e1a387 100644 --- a/gcc/ada/s-imgdec.ads +++ b/gcc/ada/s-imgdec.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, 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- -- @@ -39,8 +39,7 @@ package System.Img_Dec is function Image_Decimal (V : Integer; - Scale : Integer) - return String; + Scale : Integer) return String; -- Compute 'Image of V, the integer value (in units of delta) of a decimal -- type whose Scale is as given and return the result. THe image is given -- by the rules in RM 3.5(34) for fixed-point type image functions.