Fix incorrect FLT_MIN use

This commit is contained in:
2016-05-11 21:36:42 +10:00
parent 67d2de8828
commit d57f416e47
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
*/
#include <Python.h>
#include <float.h> /* FLT_MIN/MAX */
#include <float.h> /* FLT_MAX */
#include "MEM_guardedalloc.h"