diff options
Diffstat (limited to 'src/math/fdim.c')
-rw-r--r-- | src/math/fdim.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/fdim.c b/src/math/fdim.c index 4f6b3896..289f5378 100644 --- a/src/math/fdim.c +++ b/src/math/fdim.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "fdim.c" #include "_tgmath.h" #include <math.h> @@ -15,3 +17,6 @@ TYPE TGFN(fdim)(TYPE x, TYPE y) STDC(199901) LINK(m) */ + + +#endif |