]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Remove redefinition of INT_MIN
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:37:28 +0000 (19:37 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:37:28 +0000 (19:37 +1000)
libs/picomodel/lwo/lwio.c

index 0964273e747f926c3b8087a80eb66380f1e9f0f9..cf3d5963148792523cfc10b49ea1545d32ea44de 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "../picointernal.h"
 #include "lwo2.h"
+#include <limits.h>
 
 
 /*
@@ -22,7 +23,6 @@
    read requests until flen is reset.
    ====================================================================== */
 
-#define INT_MIN     ( -2147483647 - 1 ) /* minimum (signed) int value */
 #define FLEN_ERROR INT_MIN
 
 static int flen;