diff options
Diffstat (limited to 'lang/icc/files/patch-include::ivec.h')
-rw-r--r-- | lang/icc/files/patch-include::ivec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icc/files/patch-include::ivec.h b/lang/icc/files/patch-include::ivec.h index 5ccbaab6242c..f250e87f4c94 100644 --- a/lang/icc/files/patch-include::ivec.h +++ b/lang/icc/files/patch-include::ivec.h @@ -1,11 +1,11 @@ ---- include/ivec.h.orig Tue Dec 9 20:16:16 2003 -+++ include/ivec.h Tue Dec 9 20:36:38 2003 +--- include/ivec.h.orig Sat Jun 4 17:36:19 2005 ++++ include/ivec.h Sat Jun 4 17:47:23 2005 @@ -23,7 +23,7 @@ #include <assert.h> /* If using MSVC5.0, explicit keyword should be used */ --#if (_MSC_VER >= 1100) || defined (__linux__) -+#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__) +-#if (_MSC_VER >= 1100) || defined (__linux__) || defined(__QNX__) ++#if (_MSC_VER >= 1100) || defined (__linux__) || defined(__QNX__) || defined (__FreeBSD__) #define EXPLICIT explicit #else #if (__INTEL_COMPILER) |