From 3e40b87f560469c3ed5d2f3637520a533f81b6a3 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 14 Nov 2020 14:03:40 +0300 Subject: [PATCH] SDL_config_os2.h: undefine HAVE_TRUNC trunc() exists only in OpenWatcom 2.0 fork, and its implementation already is the same as the fallback we have here.. --- include/SDL_config_os2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_os2.h b/include/SDL_config_os2.h index 16a690bf7..63d288060 100644 --- a/include/SDL_config_os2.h +++ b/include/SDL_config_os2.h @@ -180,7 +180,7 @@ /* #undef HAVE_SQRTF */ #define HAVE_TAN 1 /* #undef HAVE_TANF */ -#define HAVE_TRUNC 1 +/* #undef HAVE_TRUNC */ /* #undef HAVE_TRUNCF */ #endif /* SDL_config_os2_h_ */