X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fregression%2Fadd.c;h=118d5c96626de2d29bc21af3c9f944e0e12767bb;hb=2249071bac7c3195525b3a0d9cd5e48ba368de8f;hp=d3e1406bd0cf2731ae40c2a60b37e9f91854e7f8;hpb=fc9f8d30f7f7ee34e195357753de502eb429a585;p=fw%2Fsdcc diff --git a/src/regression/add.c b/src/regression/add.c index d3e1406b..118d5c96 100644 --- a/src/regression/add.c +++ b/src/regression/add.c @@ -4,7 +4,7 @@ /* bit types are not ANSI - so provide a way of disabling bit types * if this file is used to test other compilers besides SDCC */ -#define SUPPORT_BIT_TYPES 1 +#define SUPPORT_BIT_TYPES 0 /* Some compilers that support bit types do not support bit arithmetic * (like bitx = bity + bitz;) */