summaryrefslogtreecommitdiffstats
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
parentnativeb: #i110876# escape regexp substitutes (diff)
parentlinuxaxp01: #i110145# hppa bridge used uninit value and ludicrous logic (diff)
downloadcore-b9420f83fe45d9c1b72046fa8eb5103a086969ec.tar.gz
core-b9420f83fe45d9c1b72046fa8eb5103a086969ec.zip
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,