summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:37:45 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:37:45 +0200
commitb9420f83fe45d9c1b72046fa8eb5103a086969ec (patch)
tree228f9b513073c0c2129dec6f988d15abea2ad708 /idlc
parente7194215164848daea99c2500ee5b6f284c66bd4 (diff)
parentd5394818c11f470e287ac5cf812707ed47fef4f2 (diff)
CWS-TOOLING: integrate CWS linuxaxp01
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/preproc/cpp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/idlc/source/preproc/cpp.h b/idlc/source/preproc/cpp.h
index 24d30222b5a1..4b8645b2d34e 100644
--- a/idlc/source/preproc/cpp.h
+++ b/idlc/source/preproc/cpp.h
@@ -40,11 +40,8 @@
#define NULL 0
#endif
-#ifndef __alpha
typedef unsigned char uchar;
-#endif
-
enum toktype
{
END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP,