mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Define sunmath prototypes if sunmath.h was not included.
This commit is contained in:
parent
f115a0826d
commit
c4db476c87
@ -140,6 +140,12 @@ static void fpe_reset(Sigfunc *handler)
|
||||
ld -G -o fpectlmodule.so -L/opt/SUNWspro/lib fpectlmodule.o -lsunmath -lm
|
||||
*/
|
||||
#include <math.h>
|
||||
#ifndef _SUNMATH_H
|
||||
extern void nonstandard_arithmetic(void);
|
||||
extern int ieee_flags(const char*, const char*, const char*, char **);
|
||||
extern long ieee_handler(const char*, const char*, sigfpe_handler_type);
|
||||
#endif
|
||||
|
||||
char *mode="exception", *in="all", *out;
|
||||
(void) nonstandard_arithmetic();
|
||||
(void) ieee_flags("clearall",mode,in,&out);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user