summaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-ia32::include::ivec.h
blob: 50ec1c1ead5b40c824dac795679a5eb961f02fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ia32/include/ivec.h.orig	Fri Jan 10 18:12:39 2003
+++ ia32/include/ivec.h	Fri Jan 10 18:53:50 2003
@@ -24,7 +24,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__)
         #define EXPLICIT explicit
 #else
    #if (__INTEL_COMPILER)