From 5771d3ff7a7a79e3a962d84fc36226ca178e9261 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 12:22:59 -0500 Subject: un-#if 0-ify --- src/complex/conj.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/complex/conj.c') diff --git a/src/complex/conj.c b/src/complex/conj.c index 1ec7e0e9..b799dda4 100644 --- a/src/complex/conj.c +++ b/src/complex/conj.c @@ -1,5 +1,3 @@ -#if 0 - # define TGSOURCE "complex/conj.c" #include "_tgmath.h" @@ -24,6 +22,3 @@ r*/ STDC(199901) LINK(m) */ - - -#endif -- cgit v1.2.1