diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-20 13:11:17 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-20 13:11:17 +0100 |
commit | ab02afbd868c8cf629e1b4285ed1031e19afa123 (patch) | |
tree | 033481b3660a3da841a13cbb209920176784dd4f /idlc | |
parent | 39ca722d12345ead74d3d28df88564da477c70b6 (diff) | |
parent | 74d8cb40231719fb9fa4237502e41a5b6cdcfbe1 (diff) |
cmcfixes75: merge with DEV300 m78
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, |