=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/include/math.h 2008/12/09 20:02:02 1.23 --- src/include/math.h 2008/12/11 12:08:27 1.24 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.23 2008/12/09 20:02:02 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.24 2008/12/11 12:08:27 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 35,40 **** --- 35,41 ---- typedef __float_t float_t; #ifdef __vax__ + extern char __infinityf[]; #define HUGE_VALF (*(float *)(void *)__infinityf) #else /* __vax__ */ #define HUGE_VALF ((float)HUGE_VAL)