aboutsummaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-include::fvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icc/files/patch-include::fvec.h')
-rw-r--r--lang/icc/files/patch-include::fvec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icc/files/patch-include::fvec.h b/lang/icc/files/patch-include::fvec.h
index b0a61402485d..0ec03efd745f 100644
--- a/lang/icc/files/patch-include::fvec.h
+++ b/lang/icc/files/patch-include::fvec.h
@@ -1,11 +1,11 @@
---- include/fvec.h.orig Tue Dec 9 20:16:16 2003
-+++ include/fvec.h Tue Dec 9 20:18:31 2003
+--- include/fvec.h.orig Sat Jun 4 17:36:19 2005
++++ include/fvec.h Sat Jun 4 17:45:48 2005
@@ -41,7 +41,7 @@
#pragma pack(push,16) /* Must ensure class & union 16-B aligned */
/* 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)