From: TimePath Date: Mon, 7 Aug 2017 09:37:28 +0000 (+1000) Subject: Remove redefinition of INT_MIN X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=74a6e43404e8a57fa1db66f9ee701cdd72ad0bdc;p=xonotic%2Fnetradiant.git Remove redefinition of INT_MIN --- diff --git a/libs/picomodel/lwo/lwio.c b/libs/picomodel/lwo/lwio.c index 0964273e..cf3d5963 100644 --- a/libs/picomodel/lwo/lwio.c +++ b/libs/picomodel/lwo/lwio.c @@ -9,6 +9,7 @@ #include "../picointernal.h" #include "lwo2.h" +#include /* @@ -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;