summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-20 13:11:17 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-20 13:11:17 +0100
commitab02afbd868c8cf629e1b4285ed1031e19afa123 (patch)
tree033481b3660a3da841a13cbb209920176784dd4f /idlc
parent39ca722d12345ead74d3d28df88564da477c70b6 (diff)
parent74d8cb40231719fb9fa4237502e41a5b6cdcfbe1 (diff)
cmcfixes75: merge with DEV300 m78
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,