summaryrefslogtreecommitdiff
path: root/lang/icc7/files/patch-ia32::include::dvec.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-01-11 17:25:51 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-01-11 17:25:51 +0000
commit6b11c196c9c4e655afacb168f1e7b0e5e7ea4dc4 (patch)
treee23ac53aa8ba1ad0fffacf51be09ee88aae4dbe6 /lang/icc7/files/patch-ia32::include::dvec.h
parentUpdate icc to 7.0.078. (diff)
Add missing files for the 7.0.078 update.
Pointy hat to: netchild
Notes
Notes: svn path=/head/; revision=72915
Diffstat (limited to 'lang/icc7/files/patch-ia32::include::dvec.h')
-rw-r--r--lang/icc7/files/patch-ia32::include::dvec.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/icc7/files/patch-ia32::include::dvec.h b/lang/icc7/files/patch-ia32::include::dvec.h
new file mode 100644
index 000000000000..0dd3c423d040
--- /dev/null
+++ b/lang/icc7/files/patch-ia32::include::dvec.h
@@ -0,0 +1,11 @@
+--- ia32/include/dvec.h.orig Fri Jan 10 18:12:30 2003
++++ ia32/include/dvec.h Fri Jan 10 18:53:34 2003
+@@ -38,7 +38,7 @@
+
+
+ /* If using MSVC5.0, explicit keyword should be used */
+-#if (_MSC_VER >= 1100) || defined (__linux__)
++#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__)
+ #define EXPLICIT explicit
+ #else
+ #if (__INTEL_COMPILER)