X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fbool.h;h=c31360d33f0b65268969e181828be67d5c719473;hp=900edc120d1b4404940747377958fa263c2d4d97;hb=4e6ce51e7afeb7924573c40796910cd003850949;hpb=dcd813f21c83592155f712ff1acf450b483d8072 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