X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fbool.h;h=c31360d33f0b65268969e181828be67d5c719473;hp=900edc120d1b4404940747377958fa263c2d4d97;hb=5c1e07fec97e34a94331b6b47e25c98f2b2e4cce;hpb=2e68c12dc10ca8c06b03aad6b4e44144a9134cd5 diff --git a/src/lib/bool.h b/src/lib/bool.h index 900edc1..c31360d 100644 --- a/src/lib/bool.h +++ b/src/lib/bool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -25,6 +25,8 @@ #include #else #define bool char +#define true 1 +#define false 0 #endif #endif