From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/stdbool/bool.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/stdbool/bool.c (limited to 'src/stdbool/bool.c') diff --git a/src/stdbool/bool.c b/src/stdbool/bool.c deleted file mode 100644 index 9f8bc863..00000000 --- a/src/stdbool/bool.c +++ /dev/null @@ -1,14 +0,0 @@ -#include - -/** boolean type **/ - -#define bool _Bool - -/*** -provides an alternative spelling for the type TYPE(_Bool). -***/ - -/* -VALUE_FIXED(TYPE(_Bool)) -STDC(199901) -*/ -- cgit v1.2.1