diff options
Diffstat (limited to 'src/math/nan.c')
-rw-r--r-- | src/math/nan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/nan.c b/src/math/nan.c index 93a0d442..d56c268f 100644 --- a/src/math/nan.c +++ b/src/math/nan.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "nan.c" #include "_tgmath.h" #include <math.h> @@ -23,3 +25,6 @@ TYPE TGFN(nan)(const char *tagp) STDC(199901) LINK(m) */ + + +#endif |