diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:33:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:18:28 +0900 |
commit | 029634c0fd165e2e5b8afc178c50781fc3a90032 (patch) | |
tree | 530f3f7d41acd7fa4d0bbe9b47c90e6a60dd2d4a /tdehtml/html/Platform.h | |
parent | fcbf2cd71b862375bbb287ee720e068feeff1823 (diff) | |
download | tdelibs-029634c0fd165e2e5b8afc178c50781fc3a90032.tar.gz tdelibs-029634c0fd165e2e5b8afc178c50781fc3a90032.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 638f63d207a9a925df17fda588436fa6530a3d85)
Diffstat (limited to 'tdehtml/html/Platform.h')
-rw-r--r-- | tdehtml/html/Platform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h index c587e0302..260931d78 100644 --- a/tdehtml/html/Platform.h +++ b/tdehtml/html/Platform.h @@ -169,12 +169,6 @@ #define WTF_COMPILER_SUNPRO 1 #endif -/* COMPILER(BORLAND) */ -/* not really fully supported - is this relevant any more? */ -#if defined(__BORLANDC__) -#define WTF_COMPILER_BORLAND 1 -#endif - /* COMPILER(CYGWIN) */ /* not really fully supported - is this relevant any more? */ #if defined(__CYGWIN__) |