X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftesting.h;h=fed761955df961b5c99c20d2cc042edf44d4b0ed;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=d3da9db42863e6083b68d83202c9e50c99d61eb7;hpb=1581f3b307554cbf8b5784729754c5d73a1192a5;p=collectd.git diff --git a/src/testing.h b/src/testing.h index d3da9db4..fed76195 100644 --- a/src/testing.h +++ b/src/testing.h @@ -56,7 +56,7 @@ static int check_count__ = 0; #define OK1(cond, text) \ do { \ - _Bool result = (cond); \ + bool result = (cond); \ LOG(result, text); \ if (!result) { \ return -1; \