freebsd-ports/lang/icc7/files/patch-ia32::include::dvec.h
Alexander Leidinger 6b11c196c9 Add missing files for the 7.0.078 update.
Pointy hat to:	netchild
2003-01-11 17:25:51 +00:00

11 lines
370 B
C

--- 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)