summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 12:22:59 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 12:22:59 -0500
commit5771d3ff7a7a79e3a962d84fc36226ca178e9261 (patch)
tree61cb66230f5712b0927a2728186cbf287f5278c4
parent237b7564dc3179f8c2a91820aae3f4c2d8534bcf (diff)
un-#if 0-ify
-rw-r--r--src/complex/cabs.c5
-rw-r--r--src/complex/cacos.c5
-rw-r--r--src/complex/cacosh.c5
-rw-r--r--src/complex/carg.c5
-rw-r--r--src/complex/casin.c5
-rw-r--r--src/complex/casinh.c5
-rw-r--r--src/complex/catan.c5
-rw-r--r--src/complex/catanh.c6
-rw-r--r--src/complex/ccos.c5
-rw-r--r--src/complex/ccosh.c6
-rw-r--r--src/complex/cexp.c6
-rw-r--r--src/complex/cimag.c6
-rw-r--r--src/complex/clog.c6
-rw-r--r--src/complex/conj.c5
-rw-r--r--src/complex/cpow.c6
-rw-r--r--src/complex/cproj.c6
-rw-r--r--src/complex/creal.c6
-rw-r--r--src/complex/csin.c6
-rw-r--r--src/complex/csinh.c6
-rw-r--r--src/complex/csqrt.c6
-rw-r--r--src/complex/ctan.c6
-rw-r--r--src/complex/ctanh.c6
22 files changed, 0 insertions, 123 deletions
diff --git a/src/complex/cabs.c b/src/complex/cabs.c
index d8268c25..97cc3c09 100644
--- a/src/complex/cabs.c
+++ b/src/complex/cabs.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cabs.c"
#include <complex.h>
#include <math.h>
@@ -24,6 +22,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/cacos.c b/src/complex/cacos.c
index ceaef9dd..36fe2553 100644
--- a/src/complex/cacos.c
+++ b/src/complex/cacos.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cacos.c"
#include "_tgmath.h"
#include <complex.h>
@@ -81,6 +79,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/cacosh.c b/src/complex/cacosh.c
index 1f4f4ec2..2cb7dfaf 100644
--- a/src/complex/cacosh.c
+++ b/src/complex/cacosh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cacosh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -79,6 +77,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/carg.c b/src/complex/carg.c
index 11a21fb4..78b32a9c 100644
--- a/src/complex/carg.c
+++ b/src/complex/carg.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/carg.c"
#include <complex.h>
#include <math.h>
@@ -24,6 +22,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/casin.c b/src/complex/casin.c
index db0c4dcc..3efb55fe 100644
--- a/src/complex/casin.c
+++ b/src/complex/casin.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/casin.c"
#include "_tgmath.h"
@@ -26,6 +24,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/casinh.c b/src/complex/casinh.c
index 378224c8..488167fd 100644
--- a/src/complex/casinh.c
+++ b/src/complex/casinh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/casinh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -73,6 +71,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/catan.c b/src/complex/catan.c
index e2e69220..330563cd 100644
--- a/src/complex/catan.c
+++ b/src/complex/catan.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/catan.c"
#include "_tgmath.h"
@@ -26,6 +24,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/catanh.c b/src/complex/catanh.c
index a21d9be9..4df942ae 100644
--- a/src/complex/catanh.c
+++ b/src/complex/catanh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/catanh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -79,7 +77,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/ccos.c b/src/complex/ccos.c
index bd6be72d..abd68ca3 100644
--- a/src/complex/ccos.c
+++ b/src/complex/ccos.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/ccos.c"
#include "_tgmath.h"
@@ -23,6 +21,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-#endif
diff --git a/src/complex/ccosh.c b/src/complex/ccosh.c
index a8bdbd23..3ecd5057 100644
--- a/src/complex/ccosh.c
+++ b/src/complex/ccosh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/ccosh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -83,7 +81,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/cexp.c b/src/complex/cexp.c
index cb5ce01c..0b8ab486 100644
--- a/src/complex/cexp.c
+++ b/src/complex/cexp.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cexp.c"
#include "_tgmath.h"
#include <complex.h>
@@ -89,7 +87,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/cimag.c b/src/complex/cimag.c
index 14b3d6f1..69574441 100644
--- a/src/complex/cimag.c
+++ b/src/complex/cimag.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cimag.c"
#include "_tgmath.h"
@@ -27,7 +25,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/clog.c b/src/complex/clog.c
index 675d2879..0653e15a 100644
--- a/src/complex/clog.c
+++ b/src/complex/clog.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/clog.c"
#include "_tgmath.h"
#include <complex.h>
@@ -84,7 +82,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
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
diff --git a/src/complex/cpow.c b/src/complex/cpow.c
index bb4ba05f..90590dab 100644
--- a/src/complex/cpow.c
+++ b/src/complex/cpow.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cpow.c"
#include "_tgmath.h"
@@ -23,7 +21,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/cproj.c b/src/complex/cproj.c
index aca52c4b..a72b177d 100644
--- a/src/complex/cproj.c
+++ b/src/complex/cproj.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/cproj.c"
#include "_tgmath.h"
@@ -27,7 +25,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/creal.c b/src/complex/creal.c
index a4cbaa24..c99578bd 100644
--- a/src/complex/creal.c
+++ b/src/complex/creal.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/creal.c"
#include "_tgmath.h"
@@ -27,7 +25,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/csin.c b/src/complex/csin.c
index 556b6b62..138bef91 100644
--- a/src/complex/csin.c
+++ b/src/complex/csin.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/csin.c"
#include "_tgmath.h"
@@ -23,7 +21,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/csinh.c b/src/complex/csinh.c
index 67c4ab0e..c9086016 100644
--- a/src/complex/csinh.c
+++ b/src/complex/csinh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/csinh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -83,7 +81,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c
index 07442bc8..acf4d847 100644
--- a/src/complex/csqrt.c
+++ b/src/complex/csqrt.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/csqrt.c"
#include "_tgmath.h"
#include <complex.h>
@@ -70,7 +68,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/ctan.c b/src/complex/ctan.c
index f03d3bb3..9feefea6 100644
--- a/src/complex/ctan.c
+++ b/src/complex/ctan.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/ctan.c"
#include "_tgmath.h"
@@ -23,7 +21,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif
diff --git a/src/complex/ctanh.c b/src/complex/ctanh.c
index a2615314..1920d540 100644
--- a/src/complex/ctanh.c
+++ b/src/complex/ctanh.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "complex/ctanh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -79,7 +77,3 @@ r*/
STDC(199901)
LINK(m)
*/
-
-
-
-#endif