From: Emden R. Gansner Date: Wed, 18 Oct 2017 00:44:27 +0000 (-0400) Subject: Go back to earlier value of MAXFLOAT. X-Git-Tag: 2.42.0~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9ebc898730ffcfc926dede9a219a968d1a681dd;p=graphviz Go back to earlier value of MAXFLOAT. --- diff --git a/lib/common/arith.h b/lib/common/arith.h index bb7b006a7..f0871f33d 100644 --- a/lib/common/arith.h +++ b/lib/common/arith.h @@ -65,7 +65,7 @@ extern "C" { #endif #ifndef MAXFLOAT -#define MAXFLOAT ((float)3.40282347e+38F) // exact value: 0x1.fffffep+127f +#define MAXFLOAT ((float)3.40282347e+38) // exact value: 0x1.fffffep+127f #endif #ifdef BETWEEN