summaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-ia32::include::dvec.h
blob: 0dd3c423d04002f4f731e5fabf34b47ff66d1cf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)