diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-03-15 16:02:56 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-03-15 16:02:56 +0000 |
commit | d941d8c336b2eece4a3e24ab8789003df731f76a (patch) | |
tree | 28b4450a2187b7c5d220d8b46b6f14e584d2f089 /idlc/source/preproc | |
parent | bdf1689921f50e05c76bda4aa16abd464e0ac1b0 (diff) |
linuxaxp01: #i110145# first cut
Diffstat (limited to 'idlc/source/preproc')
-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, |