diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
commit | b9420f83fe45d9c1b72046fa8eb5103a086969ec (patch) | |
tree | 228f9b513073c0c2129dec6f988d15abea2ad708 /idlc | |
parent | e7194215164848daea99c2500ee5b6f284c66bd4 (diff) | |
parent | d5394818c11f470e287ac5cf812707ed47fef4f2 (diff) |
CWS-TOOLING: integrate CWS linuxaxp01
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/cpp.h | 3 |
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, |