curl / Mailing Lists / curl-library / Single Mail

curl-library

looking at commit 3ab3c16db6a5674f53cf23d56512a405fde0b2c9

From: dev_user <dev_at_cor0.com>
Date: Wed, 21 Dec 2016 13:12:35 -0500

at line 136 why is this here ?

+/* DBL_MAX value from Linux */
+#define MAXIMIZE
-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000
+

Isn't it just in float.h like :

#define DBL_MAX 1.7976931348623157081452E+308

But you have it spelled out way across my editor. Just .. curious here.

Dennis
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-12-21