summaryrefslogtreecommitdiff
path: root/src/complex
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex')
-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.c5
-rw-r--r--src/complex/ccos.c5
-rw-r--r--src/complex/ccosh.c5
-rw-r--r--src/complex/cexp.c5
-rw-r--r--src/complex/cimag.c5
-rw-r--r--src/complex/clog.c5
-rw-r--r--src/complex/conj.c5
-rw-r--r--src/complex/cpow.c5
-rw-r--r--src/complex/cproj.c5
-rw-r--r--src/complex/creal.c5
-rw-r--r--src/complex/csin.c5
-rw-r--r--src/complex/csinh.c5
-rw-r--r--src/complex/csqrt.c5
-rw-r--r--src/complex/ctan.c5
-rw-r--r--src/complex/ctanh.c5
22 files changed, 110 insertions, 0 deletions
diff --git a/src/complex/cabs.c b/src/complex/cabs.c
index b4b78ee5..5600154d 100644
--- a/src/complex/cabs.c
+++ b/src/complex/cabs.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cabs.c"
#include <complex.h>
#include <math.h>
@@ -21,3 +23,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cacos.c b/src/complex/cacos.c
index 90d4e018..b7305f3f 100644
--- a/src/complex/cacos.c
+++ b/src/complex/cacos.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cacos.c"
#include "_tgmath.h"
#include <complex.h>
@@ -78,3 +80,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cacosh.c b/src/complex/cacosh.c
index e6242d87..caa8cf58 100644
--- a/src/complex/cacosh.c
+++ b/src/complex/cacosh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cacosh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -76,3 +78,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/carg.c b/src/complex/carg.c
index 9c3fd16f..c96861ea 100644
--- a/src/complex/carg.c
+++ b/src/complex/carg.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/carg.c"
#include <complex.h>
#include <math.h>
@@ -21,3 +23,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/casin.c b/src/complex/casin.c
index 769b586a..3294e896 100644
--- a/src/complex/casin.c
+++ b/src/complex/casin.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/casin.c"
#include "_tgmath.h"
@@ -23,3 +25,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/casinh.c b/src/complex/casinh.c
index 413e01a2..a058b3aa 100644
--- a/src/complex/casinh.c
+++ b/src/complex/casinh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/casinh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -70,3 +72,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/catan.c b/src/complex/catan.c
index d6db9077..5423d115 100644
--- a/src/complex/catan.c
+++ b/src/complex/catan.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/catan.c"
#include "_tgmath.h"
@@ -23,3 +25,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/catanh.c b/src/complex/catanh.c
index 9c4aaba1..05108c1c 100644
--- a/src/complex/catanh.c
+++ b/src/complex/catanh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/catanh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -77,3 +79,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/ccos.c b/src/complex/ccos.c
index 6b4a7a46..5a96236c 100644
--- a/src/complex/ccos.c
+++ b/src/complex/ccos.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/ccos.c"
#include "_tgmath.h"
@@ -20,3 +22,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/ccosh.c b/src/complex/ccosh.c
index 38798e8b..848ceffc 100644
--- a/src/complex/ccosh.c
+++ b/src/complex/ccosh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/ccosh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -81,3 +83,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cexp.c b/src/complex/cexp.c
index 73a9d5f7..90aa060b 100644
--- a/src/complex/cexp.c
+++ b/src/complex/cexp.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cexp.c"
#include "_tgmath.h"
#include <complex.h>
@@ -87,3 +89,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cimag.c b/src/complex/cimag.c
index f007d6f6..6b03f9a1 100644
--- a/src/complex/cimag.c
+++ b/src/complex/cimag.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cimag.c"
#include "_tgmath.h"
@@ -25,3 +27,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/clog.c b/src/complex/clog.c
index f1d6697c..a8226cf8 100644
--- a/src/complex/clog.c
+++ b/src/complex/clog.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/clog.c"
#include "_tgmath.h"
#include <complex.h>
@@ -82,3 +84,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/conj.c b/src/complex/conj.c
index 6f90411f..5f68ab45 100644
--- a/src/complex/conj.c
+++ b/src/complex/conj.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/conj.c"
#include "_tgmath.h"
@@ -21,3 +23,6 @@ r*/
STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cpow.c b/src/complex/cpow.c
index ab95c40b..1f942de3 100644
--- a/src/complex/cpow.c
+++ b/src/complex/cpow.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cpow.c"
#include "_tgmath.h"
@@ -21,3 +23,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/cproj.c b/src/complex/cproj.c
index b0f10841..f2702190 100644
--- a/src/complex/cproj.c
+++ b/src/complex/cproj.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/cproj.c"
#include "_tgmath.h"
@@ -25,3 +27,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/creal.c b/src/complex/creal.c
index 38fd2237..7a3e4411 100644
--- a/src/complex/creal.c
+++ b/src/complex/creal.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/creal.c"
#include "_tgmath.h"
@@ -25,3 +27,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/csin.c b/src/complex/csin.c
index 5086edba..31aab568 100644
--- a/src/complex/csin.c
+++ b/src/complex/csin.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/csin.c"
#include "_tgmath.h"
@@ -21,3 +23,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/csinh.c b/src/complex/csinh.c
index fb7c71a3..36cbcadd 100644
--- a/src/complex/csinh.c
+++ b/src/complex/csinh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/csinh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -81,3 +83,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c
index d7f0b65c..81b3cc3f 100644
--- a/src/complex/csqrt.c
+++ b/src/complex/csqrt.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/csqrt.c"
#include "_tgmath.h"
#include <complex.h>
@@ -68,3 +70,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/ctan.c b/src/complex/ctan.c
index 4009a7f9..668de7e8 100644
--- a/src/complex/ctan.c
+++ b/src/complex/ctan.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/ctan.c"
#include "_tgmath.h"
@@ -21,3 +23,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif
diff --git a/src/complex/ctanh.c b/src/complex/ctanh.c
index 8077fb57..db18b9f2 100644
--- a/src/complex/ctanh.c
+++ b/src/complex/ctanh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/ctanh.c"
#include "_tgmath.h"
#include <complex.h>
@@ -77,3 +79,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif