summaryrefslogtreecommitdiff
path: root/src/math/nexttoward.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/nexttoward.c')
-rw-r--r--src/math/nexttoward.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/nexttoward.c b/src/math/nexttoward.c
index 148bf95d..8847df6e 100644
--- a/src/math/nexttoward.c
+++ b/src/math/nexttoward.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "nexttoward.c"
#include "_tgmath.h"
#include <math.h>
@@ -14,6 +12,3 @@ TYPE TGFN(nexttoward)(TYPE x, TYPE y)
STDC(199901)
LINK(m)
*/
-
-
-#endif