1
0
forked from 0ad/0ad

Made things mostly compile and run on ICC 9.0

This was SVN commit r1990.
This commit is contained in:
Ykkrosh 2005-03-10 20:28:25 +00:00
parent 3f15b5555c
commit d37b081b2c

View File

@ -89,3 +89,10 @@
#endif
// HACK: (please remove when this is no longer necessary)
// The ICC 9.0.006 beta seems to generate buggy code when we redefine new,
// so don't redefine new:
#if defined(__INTEL_COMPILER) && __INTEL_COMPILER == 900
# undef HAVE_DEBUGALLOC
#endif