entered into RCS
authorRichard Stallman <rms@gnu.org>
Wed, 31 Mar 1993 06:42:45 +0000 (06:42 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 31 Mar 1993 06:42:45 +0000 (06:42 +0000)
From-SVN: r3946

gcc/real.c

index 793bddf262001bbc60189d20c1fd7f65d81c305f..5ef2ef19cc33f8aeed0e8e464121d4a204516ef8 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 */