mirror of https://github.com/python/cpython
don't declare fmod/pow for any STDC compiler
This commit is contained in:
parent
5c2306c44f
commit
4d3468deab
|
@ -59,7 +59,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define LONG_MIN (-LONG_MAX-1)
|
||||
#endif
|
||||
|
||||
#ifndef macintosh
|
||||
#ifndef __STDC__
|
||||
extern double fmod PROTO((double, double));
|
||||
extern double pow PROTO((double, double));
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue