Fix incorrect FLT_MIN use
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
#include <float.h> /* FLT_MIN/MAX */
|
||||
#include <float.h> /* FLT_MAX */
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user