summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-06-01 11:56:04 +0200
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-06-01 11:56:04 +0200
commite7cf194639d7d2aa5623bc3eff08e7a357e16312 (patch)
tree2385f2460c4f71b030a297bb792dd3ec058810a3 /soltools
parent5b4fd6574fc2b3ce79e62c65ff4f54732626ed2e (diff)
parent0770b2664645eca8a6669bb134ab9a59349ff0b6 (diff)
ause120: update to DEV300m80
Diffstat (limited to 'soltools')
-rw-r--r--soltools/cpp/cpp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h
index da609dbe53c1..34e18579c35a 100644
--- a/soltools/cpp/cpp.h
+++ b/soltools/cpp/cpp.h
@@ -15,11 +15,8 @@
#define NULL 0
#endif
-#ifndef __alpha
typedef unsigned char uchar;
-#endif
-
enum toktype
{
END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP,