From: bernhardheld Date: Sat, 8 Mar 2003 00:54:16 +0000 (+0000) Subject: use appropriate data-types on host for SDCC's int and long X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=119eef7a1cb4564f30732324ecba9b96163a6e93;p=fw%2Fsdcc use appropriate data-types on host for SDCC's int and long git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2343 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sdcc_vc_in.h b/sdcc_vc_in.h index 32b58b08..ca31c66e 100644 --- a/sdcc_vc_in.h +++ b/sdcc_vc_in.h @@ -37,6 +37,13 @@ #undef HAVE_SPRINTF #undef HAVE_VSPRINTF +#define TYPE_BYTE char +#define TYPE_WORD short +#define TYPE_DWORD int +#define TYPE_UBYTE unsigned TYPE_BYTE +#define TYPE_UWORD unsigned TYPE_WORD +#define TYPE_UDWORD unsigned TYPE_DWORD + #undef OPT_DISABLE_MCS51 #undef OPT_DISABLE_GBZ80 #undef OPT_DISABLE_Z80