From: Richard Stallman Date: Wed, 31 Mar 1993 06:42:45 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8650b8fccd4c08cf9ba7e0a05804d6d108f8e6a;p=gcc.git entered into RCS From-SVN: r3946 --- diff --git a/gcc/real.c b/gcc/real.c index 793bddf2620..5ef2ef19cc3 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -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 */