From: Jarkko Hietaniemi Date: Fri, 30 Jan 2015 02:21:35 +0000 (-0500) Subject: infnan: comment tweak, IS_NUMBER_NOT_INT also if saw infnan X-Git-Tag: v5.21.9~209 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/d70489e16d7069fd5b21251ab9fee0030401c284?hp=498b0fa9b0b73af65d2cf95771a5a46515b62d34 infnan: comment tweak, IS_NUMBER_NOT_INT also if saw infnan --- diff --git a/perl.h b/perl.h index d4f7f52..d3951a9 100644 --- a/perl.h +++ b/perl.h @@ -6259,7 +6259,7 @@ int flock(int fd, int op); int). value returned in pointed- to UV */ #define IS_NUMBER_GREATER_THAN_UV_MAX 0x02 /* pointed to UV undefined */ -#define IS_NUMBER_NOT_INT 0x04 /* saw . or E notation */ +#define IS_NUMBER_NOT_INT 0x04 /* saw . or E notation or infnan */ #define IS_NUMBER_NEG 0x08 /* leading minus sign */ #define IS_NUMBER_INFINITY 0x10 /* this is big */ #define IS_NUMBER_NAN 0x20 /* this is not */