From d70489e16d7069fd5b21251ab9fee0030401c284 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 29 Jan 2015 21:21:35 -0500 Subject: [PATCH] infnan: comment tweak, IS_NUMBER_NOT_INT also if saw infnan --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.8.3.1