BSD 4_4 release
[unix-history] / usr / src / usr.bin / f77 / libF77 / r_mod.c
index d664bc6..31a2ada 100644 (file)
@@ -1,11 +1,16 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)r_mod.c     5.4     %G%
+ * This module is believed to contain source code proprietary to AT&T.
+ * Use and redistribution is subject to the Berkeley Software License
+ * Agreement and your Software Agreement with AT&T (Western Electric).
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)r_mod.c    5.6 (Berkeley) 4/12/91";
+#endif /* not lint */
+
 #ifndef tahoe
 float flt_retval;
 
 #ifndef tahoe
 float flt_retval;
 
@@ -21,10 +26,10 @@ flt_retval = *x - (*y) * quotient ;
 return(flt_retval);
 }
 
 return(flt_retval);
 }
 
-#else tahoe
+#else
 
 /*   THIS IS BASED ON THE TAHOE REPR. FOR FLOATING POINT */
 
 /*   THIS IS BASED ON THE TAHOE REPR. FOR FLOATING POINT */
-#include <tahoemath/FP.h>
+#include <tahoe/math/FP.h>
 
 double r_mod(x,y)
 float *x, *y;
 
 double r_mod(x,y)
 float *x, *y;
@@ -40,4 +45,4 @@ else {
        }
 return(*x - (*y) * quotient );
 }
        }
 return(*x - (*y) * quotient );
 }
-#endif tahoe
+#endif