summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 19:35:26 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 19:35:26 +0300
commit265ae345c01335a4d9d28bd23b86c43705062497 (patch)
tree4153e0c2f5f51d21e358c5c46b08abe1de6f6876 /include
parent2c096cb5b0154a94b7c8a59d1e7c7943ac699910 (diff)
Bin obsolete CDECL crack
Change-Id: I69da428711681d14fd48c198fbce0bb545665b5a
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/syntaxhighlight.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx
index ef1a9486a6bf..dfea10f787e3 100644
--- a/include/comphelper/syntaxhighlight.hxx
+++ b/include/comphelper/syntaxhighlight.hxx
@@ -24,23 +24,10 @@
#include <comphelper/comphelperdllapi.h>
-
-#if defined CDECL
-#undef CDECL
-#endif
-
-// for the bsearch
-#ifdef WNT
-#define CDECL _cdecl
-#endif
-#if defined(UNX)
-#define CDECL
-#endif
#ifdef UNX
#include <sys/resource.h>
#endif
-
// Token-Typen TT_...
enum TokenTypes
{