X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdbool.h;h=a01cc2f600cc93345629c56db7d755134c818ad2;hb=b41576197133c1211d6ec353faf93f505f573b8a;hp=66166e16deea21a6e783fe77e2615f3fe31a7612;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/includes/stdbool.h b/includes/stdbool.h index 66166e1..a01cc2f 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -9,9 +9,12 @@ #ifndef _PDCLIB_STDBOOL_H #define _PDCLIB_STDBOOL_H _PDCLIB_STDBOOL_H +#ifndef __cplusplus #define bool _Bool #define true 1 #define false 0 +#endif + #define __bool_true_false_are_defined 1 #endif