summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-borland.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-22 07:47:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-22 07:47:39 +0000
commit93db300abc3d80be3cd8ddded2c64d093a03463e (patch)
treed76f2178fc5d74a1237ceb619c2021402a4a8d97 /ACE/ace/config-win32-borland.h
parent93396b7d63acd65e199d20787e063b46b0aa6a8a (diff)
downloadATCD-93db300abc3d80be3cd8ddded2c64d093a03463e.tar.gz
Diffstat (limited to 'ACE/ace/config-win32-borland.h')
-rw-r--r--ACE/ace/config-win32-borland.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index c6eeada4acb..9a323b3eb0f 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -32,7 +32,7 @@
# define __ACE_INLINE__ 1
# endif /* __ACE_INLINE__ */
-# define ACE_CC_NAME ACE_TEXT ("Borland C++ Builder")
+# define ACE_CC_NAME ACE_TEXT ("Embarcadero C++ Builder")
# define ACE_CC_MAJOR_VERSION (__BORLANDC__ / 0x100)
# define ACE_CC_MINOR_VERSION (__BORLANDC__ % 0x100)
# define ACE_CC_BETA_VERSION (0)
@@ -143,10 +143,11 @@
#if (__BORLANDC__ <= 0x610)
# define ACE_LACKS_ISBLANK
# define ACE_LACKS_ISWBLANK
-# define ACE_LACKS_ISCTYPE
# define ACE_LACKS_ISWCTYPE
#endif
+#define ACE_LACKS_ISCTYPE
+
#if (__BORLANDC__ <= 0x610)
// Older Borland compilers can't handle assembly in inline methods or
// templates (E2211). When we build for pentium optimized and we are inlining