Skip to content

Commit f7920a2

Browse files
committed
remove differing declarations for windows
1 parent 6d58091 commit f7920a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/include/mthdecls.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ ZMPLXDECL_Z(__mth_i_cdtanh);
582582

583583
#if defined(_WIN32)
584584
/* the following are part of Open Tools 12, we build with Open Tools 10 */
585+
/*
585586
extern double erf(double x);
586587
extern float erff(float x);
587588
extern double erfc(double x);
@@ -602,6 +603,7 @@ extern double _jn(int n, double arg);
602603
extern double _y0(double arg);
603604
extern double _y1(double arg);
604605
extern double _yn(int n, double arg);
606+
*/
605607
#endif
606608

607609
/*

0 commit comments

Comments
 (0)