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/fenv/fexcept_t.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/fenv/fexcept_t.c (limited to 'src/fenv/fexcept_t.c') diff --git a/src/fenv/fexcept_t.c b/src/fenv/fexcept_t.c deleted file mode 100644 index 9bc9303b..00000000 --- a/src/fenv/fexcept_t.c +++ /dev/null @@ -1,11 +0,0 @@ -#include - -typedef unsigned long long int fexcept_t; - -/*d Represents the floating-point status flags collectively, including any status the */ -/* implementation associates with the flags. d*/ - -/* -STDC(199901) -LINK(m) -*/ -- cgit v1.2.1