diff options
Diffstat (limited to 'src/math/y1.c')
-rw-r--r-- | src/math/y1.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/y1.c b/src/math/y1.c index 4323c8c8..9fefc2b5 100644 --- a/src/math/y1.c +++ b/src/math/y1.c @@ -1,3 +1,5 @@ +#if 0 + #include <math.h> double y1(double x) @@ -9,3 +11,6 @@ double y1(double x) XOPEN(4) LINK(m) */ + + +#endif |