diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 23:26:09 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 23:26:09 +0000 |
commit | f82a66fdf05d3c5e9fa8e01be430ed6ba16ef3d7 (patch) | |
tree | de5493ae71b2bc3f57be977bf9f471758eeb5bb9 /gcc/ada/86numaux.adb | |
parent | 86f5f2af0a68aed9294e9262267e296a0c55096d (diff) | |
download | gcc-f82a66fdf05d3c5e9fa8e01be430ed6ba16ef3d7.tar.gz |
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/86numaux.adb')
-rw-r--r-- | gcc/ada/86numaux.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/86numaux.adb b/gcc/ada/86numaux.adb index 779e63711ce..69a7f338686 100644 --- a/gcc/ada/86numaux.adb +++ b/gcc/ada/86numaux.adb @@ -7,9 +7,9 @@ -- B o d y -- -- (Machine Version for x86) -- -- -- --- $Revision: 1.1 $ +-- $Revision$ -- -- --- Copyright (C) 1998-2000 Free Software Foundation, Inc. -- +-- Copyright (C) 1998-2001 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- -- @@ -118,7 +118,6 @@ package body Ada.Numerics.Aux is -- reduction of the argument is done for arguments in the range of -- -2.0**63 .. 2.0**63, using a 66-bit approximation of Pi. - pragma Inline (Is_Nan); pragma Inline (Reduce); |