File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2556,8 +2556,8 @@ extern long double Perl_my_frexpl(long double x, int *e);
25562556# define Perl_fp_class_snan (x ) (_fpclass(x) & _FPCLASS_SNAN)
25572557# define Perl_fp_class_qnan (x ) (_fpclass(x) & _FPCLASS_QNAN)
25582558# define Perl_fp_class_nan (x ) (_fpclass(x) & (_FPCLASS_SNAN|_FPCLASS_QNAN))
2559- # define Perl_fp_class_ninf (x ) (_fpclass(x) & _FPCLASS_NINF))
2560- # define Perl_fp_class_pinf (x ) (_fpclass(x) & _FPCLASS_PINF))
2559+ # define Perl_fp_class_ninf (x ) (_fpclass(x) & _FPCLASS_NINF)
2560+ # define Perl_fp_class_pinf (x ) (_fpclass(x) & _FPCLASS_PINF)
25612561# define Perl_fp_class_inf (x ) (_fpclass(x) & (_FPCLASS_NINF|_FPCLASS_PINF))
25622562# define Perl_fp_class_nnorm (x ) (_fpclass(x) & _FPCLASS_NN)
25632563# define Perl_fp_class_pnorm (x ) (_fpclass(x) & _FPCLASS_PN)
You can’t perform that action at this time.
0 commit comments