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