OSDN Git Service

entered into RCS
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 1993 06:42:45 +0000 (06:42 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 1993 06:42:45 +0000 (06:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3946 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/real.c

index 793bddf..5ef2ef1 100644 (file)
@@ -977,15 +977,7 @@ ereal_isneg (x)
  * this affects only the atan2 function and others that use it.
  */
 \f
-/*
-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 */