diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-31 18:21:54 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-31 18:21:54 +0000 |
commit | 96331f025a36e4ea77dc18983d3883fa615fb97a (patch) | |
tree | 9bb68fd4d95610a9623e1a0b243495126df99abb /gcc/ada/s-imgdec.ads | |
parent | 7f1d06e2d9bc77c03f63ecc57e1f1f41a9a2da54 (diff) | |
download | gcc-96331f025a36e4ea77dc18983d3883fa615fb97a.tar.gz |
Resync.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-imgdec.ads')
-rw-r--r-- | gcc/ada/s-imgdec.ads | 5 |
1 files changed, 2 insertions, 3 deletions
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. |