summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-23 09:18:31 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-23 09:20:56 +0200
commit50a89f08b0df7cff80e9bf6b6f932211e2b66ce9 (patch)
tree32870c4e88fa041d3711c50430f186a235e4853b /sal
parent3872afebc207a75b0d5b73c8129e1b4ed77de56f (diff)
Remove support for the obsolete BORLANDC compiler.
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/diagnose.h2
-rw-r--r--sal/inc/sal/config.h7
2 files changed, 0 insertions, 9 deletions
diff --git a/sal/inc/osl/diagnose.h b/sal/inc/osl/diagnose.h
index 7c2350282f0d..fa722d3ef1e2 100644
--- a/sal/inc/osl/diagnose.h
+++ b/sal/inc/osl/diagnose.h
@@ -192,8 +192,6 @@ pfunc_osl_printDetailedDebugMessage SAL_CALL osl_setDetailedDebugMessageFunc( pf
#define OSL_THIS_FUNC __FUNCSIG__
#elif (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 600)) || (defined(__IBMCPP__) && (__IBMCPP__ >= 500))
#define OSL_THIS_FUNC __FUNCTION__
-#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x550)
-#define OSL_THIS_FUNC __FUNC__
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901)
#define OSL_THIS_FUNC __func__
#else
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h
index 3ade37f5559b..4305347a795f 100644
--- a/sal/inc/sal/config.h
+++ b/sal/inc/sal/config.h
@@ -75,13 +75,6 @@
#endif /* defined WIN32 */
-/* BR: 16bit fuer Borland-Compiler */
-#ifdef __BORLANDC__
-#define SAL_W16
-#define SAL_DLLEXTENSION ".dll"
-#endif
-/* BR: 16bit fuer Borland-Compiler */
-
#if defined(SOLARIS) || defined(LINUX) || defined(NETBSD) || defined(FREEBSD) || \
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY)
#define SAL_UNX