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/float/DBL_HAS_SUBNORM.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/float/DBL_HAS_SUBNORM.c (limited to 'src/float/DBL_HAS_SUBNORM.c') diff --git a/src/float/DBL_HAS_SUBNORM.c b/src/float/DBL_HAS_SUBNORM.c deleted file mode 100644 index be060884..00000000 --- a/src/float/DBL_HAS_SUBNORM.c +++ /dev/null @@ -1,8 +0,0 @@ -#define DBL_HAS_SUBNORM (-1) - -/* -1: indeterminable */ -/* 0: subnormal numbers not supported */ -/* 1: subnormal numbers are supported */ -/* -STDC(201112) -*/ -- cgit v1.2.1