summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/suffix.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
commit6b1f9116760b2a693428cc93a0304dd3d7d2856a (patch)
tree0f76cad58737b69c009d1c9026d1d68162f2cb65 /indexlib/boost-compat/config/suffix.h
parent694c1459e17db537f3bc19dabb0e47b369f25980 (diff)
downloadtdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.tar.gz
tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/config/suffix.h')
-rw-r--r--indexlib/boost-compat/config/suffix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/boost-compat/config/suffix.h b/indexlib/boost-compat/config/suffix.h
index 313faea9..db64f87a 100644
--- a/indexlib/boost-compat/config/suffix.h
+++ b/indexlib/boost-compat/config/suffix.h
@@ -31,8 +31,8 @@
// no namespace issues from this.
//
#include <limits.h>
-# if !defined(BOOST_HAS_LONG_LONG) \
- && !(defined(BOOST_MSVC) && BOOST_MSVC <=1300) && !defined(__BORLANDC__) \
+# if !defined(BOOST_HAS_LONG_LONG) \
+ && !(defined(BOOST_MSVC) && BOOST_MSVC <=1300) \
&& (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX))
# define BOOST_HAS_LONG_LONG
#endif