diff options
| -rw-r--r-- | libs/rs/scriptc/rs_types.rsh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/rs/scriptc/rs_types.rsh b/libs/rs/scriptc/rs_types.rsh index 0f8717fa6c03..a010096507b1 100644 --- a/libs/rs/scriptc/rs_types.rsh +++ b/libs/rs/scriptc/rs_types.rsh @@ -3,12 +3,7 @@ #define M_PI 3.14159265358979323846264338327950288f /* pi */ -//#include "external/clang/lib/Headers/stdbool.h" -#define bool _Bool -#define true 1 -#define false 0 -#define __bool_true_false_are_defined 1 - +#include "stdbool.h" typedef char int8_t; typedef short int16_t; typedef int int32_t; |