=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/include/math.h 2000/03/01 22:27:13 1.4 --- src/include/math.h 2001/05/26 01:49:25 1.5 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.4 2000/03/01 22:27:13 todd Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.5 2001/05/26 01:49:25 millert Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 64,70 **** #define _XOPEN_ fdlibm_xopen #define _POSIX_ fdlibm_posix ! #ifdef __LIBM_PRIVATE struct exception { int type; char *name; --- 64,70 ---- #define _XOPEN_ fdlibm_xopen #define _POSIX_ fdlibm_posix ! #ifndef __cplusplus struct exception { int type; char *name;