=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/include/math.h 2003/06/26 22:40:27 1.8 --- src/include/math.h 2005/01/06 20:36:23 1.9 *************** *** 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. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.9 2005/01/06 20:36:23 espie Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 22,27 **** --- 22,37 ---- */ extern char __infinity[]; #define HUGE_VAL (*(double *) __infinity) + + /* + * C99 + */ + + /* XXX just appease the committee for now, needs proper defs... */ + + typedef float float_t; + typedef double double_t; + #define FLT_EVAL_METHOD (-1) /* * XOPEN/SVID