diff options
Diffstat (limited to 'src/math/scalbn.c')
-rw-r--r-- | src/math/scalbn.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/scalbn.c b/src/math/scalbn.c index f01843ce..520fe495 100644 --- a/src/math/scalbn.c +++ b/src/math/scalbn.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "scalbn.c" #include "_tgmath.h" #include <math.h> @@ -21,3 +23,6 @@ TYPE TGFN(scalbn)(TYPE x, int n) STDC(199901) LINK(m) */ + + +#endif |