diff options
Diffstat (limited to 'lang/icc7/files/patch-ia32::include::dvec.h')
-rw-r--r-- | lang/icc7/files/patch-ia32::include::dvec.h | 11 |
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) |