summaryrefslogtreecommitdiff
path: root/src/math/lround.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lround.c')
-rw-r--r--src/math/lround.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/lround.c b/src/math/lround.c
index d24f7738..c690679b 100644
--- a/src/math/lround.c
+++ b/src/math/lround.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "lround.c"
#include "_tgmath.h"
#include <math.h>
@@ -11,3 +13,6 @@ long int TGFN(lround)(TYPE x)
STDC(199901)
LINK(m)
*/
+
+
+#endif