diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-05-05 20:10:26 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-05-05 20:10:26 +0000 |
commit | cadd6f1c5ec312e1d443fa9aefd0d7549b3736f0 (patch) | |
tree | d8ecbc01f369a7172575554f83804dc6115ada9e /include/math.h | |
parent | 05073aa4a229b774efd26755d5b7d55d80a5f6a9 (diff) |
delint; ok millert@ beck@
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/math.h b/include/math.h index ac89992e5f3..1f317da5d02 100644 --- a/include/math.h +++ b/include/math.h @@ -1,4 +1,4 @@ -/* $OpenBSD: math.h,v 1.11 2005/12/13 00:35:22 millert Exp $ */ +/* $OpenBSD: math.h,v 1.12 2006/05/05 20:10:25 otto Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -23,7 +23,7 @@ * ANSI/POSIX */ extern char __infinity[]; -#define HUGE_VAL (*(double *) __infinity) +#define HUGE_VAL (*(double *)(void *)__infinity) /* * C99 |