X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fstdbool.h;h=8d7d01b20893743dca002a2cc9dd6915ca4d114d;hb=f8fee377f734e7d139ab089549025aecbf176a5d;hp=8b9beecd21e0025b63c0c7a272703742285ac034;hpb=91070d31fe63aaa9412098be0aa469660b10822d;p=fw%2Fsdcc diff --git a/device/include/stdbool.h b/device/include/stdbool.h index 8b9beecd..8d7d01b2 100644 --- a/device/include/stdbool.h +++ b/device/include/stdbool.h @@ -21,7 +21,7 @@ #ifndef __SDC51_STDBOOL_H #define __SDC51_STDBOOL_H 1 -#define _Bool bit +#define _Bool __bit #define bool _Bool #define true 1 @@ -32,7 +32,7 @@ //as long as bit/bool cannot be used reentrant #define BOOL char #else - #define BOOL bit + #define BOOL __bit #endif #endif