From 335d6ba35bf689dd8e29e71d41b53bf54d22ab7b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 11:41:38 -0500 Subject: un-#if 0 --- src/math/exp2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/math/exp2.c') diff --git a/src/math/exp2.c b/src/math/exp2.c index 2e2fbb90..ead43d0a 100644 --- a/src/math/exp2.c +++ b/src/math/exp2.c @@ -1,5 +1,3 @@ -#if 0 - # define TGSOURCE "exp2.c" #include "_tgmath.h" #include @@ -20,6 +18,3 @@ TYPE TGFN(exp2)(TYPE x) STDC(199901) LINK(m) */ - - -#endif -- cgit v1.2.1