diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-31 06:42:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-31 06:42:45 +0000 |
commit | e8650b8fccd4c08cf9ba7e0a05804d6d108f8e6a (patch) | |
tree | 9382b26465d9a32aad9bc82b51ba48787b2bd6fb /gcc | |
parent | f5118aa5c8d448de8f1ca02189758c3af49a42eb (diff) | |
download | gcc-e8650b8fccd4c08cf9ba7e0a05804d6d108f8e6a.zip gcc-e8650b8fccd4c08cf9ba7e0a05804d6d108f8e6a.tar.gz gcc-e8650b8fccd4c08cf9ba7e0a05804d6d108f8e6a.tar.bz2 |
entered into RCS
From-SVN: r3946
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/real.c | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -977,15 +977,7 @@ ereal_isneg (x) * this affects only the atan2 function and others that use it. */ -/* -Cephes Math Library Release 2.1: January, 1989 -Copyright 1984, 1987, 1989 by Stephen L. Moshier -Direct inquiries to 30 Frost Street, Cambridge, MA 02140 -*/ - - -/* Constant definitions for math error conditions - */ +/* Constant definitions for math error conditions. */ #define DOMAIN 1 /* argument domain error */ #define SING 2 /* argument singularity */ |