diff options
Diffstat (limited to 'src/complex/conj.c')
-rw-r--r-- | src/complex/conj.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 |