X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fbool.h;h=c31360d33f0b65268969e181828be67d5c719473;hp=3aba0b66bd51455897d403dac558a474dde44b7a;hb=3a67d56a58c3b1000a8dedb8b783ad7472f66850;hpb=aa433d8260471f960805ed2aafe39c4093c1d51c diff --git a/src/lib/bool.h b/src/lib/bool.h index 3aba0b6..c31360d 100644 --- a/src/lib/bool.h +++ b/src/lib/bool.h @@ -25,6 +25,8 @@ #include #else #define bool char +#define true 1 +#define false 0 #endif #endif