=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/include/math.h 2011/04/28 18:05:39 1.28 --- src/include/math.h 2011/05/25 21:46:49 1.29 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.28 2011/04/28 18:05:39 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.29 2011/05/25 21:46:49 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 21,26 **** --- 21,27 ---- #include #include + __BEGIN_DECLS /* * ANSI/POSIX */ *************** *** 145,151 **** #define HUGE MAXFLOAT #endif /* __BSD_VISIBLE */ - __BEGIN_DECLS /* * ANSI/POSIX */ --- 146,151 ----