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
commit9cbdf55de41ca53f297abe2a8d9adc0dc6beb686 (patch)
treeeb38dbaa11262eed56df49c1e5a9c7001e72ba62 /idlc
parent602318d93cdce5f88e6f7956a80b95752cd98606 (diff)
parent2a3c354ef19897069671eb6c57d10e6721dfde16 (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 efe97982f..68447e06e 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,