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/iso646/bitand.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/iso646/bitand.c (limited to 'src/iso646/bitand.c') diff --git a/src/iso646/bitand.c b/src/iso646/bitand.c deleted file mode 100644 index 2f67d200..00000000 --- a/src/iso646/bitand.c +++ /dev/null @@ -1,15 +0,0 @@ -#include - -/** alternative spelling for & **/ - -#define bitand & - -/*** -provides an alternative means of specifying the binary bitwise-AND operator -(OPERATOR(&)). -***/ - -/* -VALUE_FIXED(OPERATOR(&)) -STDC(199409) -*/ -- cgit v1.2.1