X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ftesting.h;h=fed761955df961b5c99c20d2cc042edf44d4b0ed;hp=d3da9db42863e6083b68d83202c9e50c99d61eb7;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8 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; \