diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:35:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:35:14 +0900 |
commit | f0ce55a284dff093bf7a20e2da92667367978326 (patch) | |
tree | 85433d58f7106401401e8076017ac1d6fe2889be | |
parent | e6d2a1710e44884bdcc819ca6cb08afe23dff117 (diff) | |
download | tdenetwork-f0ce55a284dff093bf7a20e2da92667367978326.tar.gz tdenetwork-f0ce55a284dff093bf7a20e2da92667367978326.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kopete/protocols/oscar/liboscar/rtf.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kopete/protocols/oscar/liboscar/rtf.cpp b/kopete/protocols/oscar/liboscar/rtf.cpp index 198d7d79..a11c6cbc 100644 --- a/kopete/protocols/oscar/liboscar/rtf.cpp +++ b/kopete/protocols/oscar/liboscar/rtf.cpp @@ -59,15 +59,6 @@ #endif /* __STDC__ */ #endif /* ! __cplusplus */ -#ifdef __TURBOC__ - #pragma warn -rch - #pragma warn -use -#include <io.h> -#include <stdlib.h> -#define YY_USE_CONST -#define YY_USE_PROTOS -#endif - #ifdef YY_USE_CONST #define yyconst const #else |