Changeset: 7c9f26d71e09 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7c9f26d71e09 Modified Files: NT/monetdb_config.h.in gdk/gdk_atoms.h Branch: default Log Message:
Get rid of mathimf.h. diffs (31 lines): diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in --- a/NT/monetdb_config.h.in +++ b/NT/monetdb_config.h.in @@ -33,12 +33,6 @@ #define _CRT_SECURE_NO_DEPRECATE 1 #endif -/* include Intel's mathimf.h early, before any other include files - * might try to include math.h */ -#ifdef __INTEL_COMPILER -#include <mathimf.h> -#endif - #include <malloc.h> #if defined(_DEBUG) && defined(_CRTDBG_MAP_ALLOC) diff --git a/gdk/gdk_atoms.h b/gdk/gdk_atoms.h --- a/gdk/gdk_atoms.h +++ b/gdk/gdk_atoms.h @@ -147,11 +147,7 @@ gdk_export const ptr ptr_nil; #define is_dbl_nil(v) isnan(v) #define is_bat_nil(v) ((v) == bat_nil || (v) == 0) -#if defined(_MSC_VER) && defined(__INTEL_COMPILER) -#include <mathimf.h> -#else #include <math.h> -#endif #if defined(_MSC_VER) && !defined(__INTEL_COMPILER) && _MSC_VER < 1800 #include <float.h> _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
