diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 11:41:38 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 11:41:38 -0500 |
| commit | 335d6ba35bf689dd8e29e71d41b53bf54d22ab7b (patch) | |
| tree | 338b2bcd6f1706d263bca0c62f30a770b8c7ae33 /src/math/remquo.c | |
| parent | 41d9176ee22c2cea7c7737d0aaf5dc0a56e5906d (diff) | |
un-#if 0
Diffstat (limited to 'src/math/remquo.c')
| -rw-r--r-- | src/math/remquo.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/remquo.c b/src/math/remquo.c index 7c3eadfe..2946d340 100644 --- a/src/math/remquo.c +++ b/src/math/remquo.c @@ -1,5 +1,3 @@ -#if 0 - # define TGSOURCE "remquo.c" #include "_tgmath.h" #include <math.h> @@ -15,6 +13,3 @@ TYPE TGFN(remquo)(TYPE x, TYPE y, int *quo) STDC(199901) LINK(m) */ - - -#endif |
