Browse Source

delint; ok millert@ beck@

OPENBSD_4_0
otto 18 years ago
parent
commit
bf7ad7afc9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/math.h

+ 2
- 2
src/include/math.h View File

@ -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


Loading…
Cancel
Save