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