From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- tinycc/include/stdbool.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tinycc/include/stdbool.h (limited to 'tinycc/include/stdbool.h') diff --git a/tinycc/include/stdbool.h b/tinycc/include/stdbool.h deleted file mode 100644 index d2ee446..0000000 --- a/tinycc/include/stdbool.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -/* ISOC99 boolean */ - -#define bool _Bool -#define true 1 -#define false 0 -#define __bool_true_false_are_defined 1 - -#endif /* _STDBOOL_H */ -- cgit v1.2.3