X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdbool.h;h=a9d7ab787839727b5fada461710a265afd1dff27;hb=d56460c939c94a6c547abe8238f442b8de10bfbd;hp=420c332cc83da63c33b3613f492ecb22b74e789b;hpb=d23a543d8acfedb7c0284888d72c4aa347b8c46e;p=musl diff --git a/include/stdbool.h b/include/stdbool.h index 420c332c..a9d7ab78 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -7,8 +7,8 @@ #define false 0 #define bool _Bool -#define __bool_true_false_are_defined 1 - #endif +#define __bool_true_false_are_defined 1 + #endif