=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/include/math.h 2003/06/26 22:27:14 1.7 --- src/include/math.h 2003/06/26 22:40:27 1.8 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.7 2003/06/26 22:27:14 jason Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.8 2003/06/26 22:40:27 jason Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 42,48 **** #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */ #ifdef __vax__ ! #define MAXFLOAT ((float)1.7e38) #else #define MAXFLOAT ((float)3.40282346638528860e+38) #endif --- 42,48 ---- #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */ #ifdef __vax__ ! #define MAXFLOAT ((float)1.70141173319264430e+38) #else #define MAXFLOAT ((float)3.40282346638528860e+38) #endif