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