X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstdbool.h;h=a01cc2f600cc93345629c56db7d755134c818ad2;hp=66166e16deea21a6e783fe77e2615f3fe31a7612;hb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;hpb=263e1e1fae0dcae08d99dc06fd69391ad076f378 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