From cd03a2dc3bfa8e793b2e4702966706c10d69b314 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 3 Jan 2012 21:08:02 +0000 Subject: 20120103-2107 --- libinterp/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libinterp') diff --git a/libinterp/math.c b/libinterp/math.c index 85b2d69e..cae8dc4e 100644 --- a/libinterp/math.c +++ b/libinterp/math.c @@ -274,7 +274,7 @@ Math_isnan(void *fp) f = fp; - *f->ret = isnan(f->x); + *f->ret = isNaN(f->x); } void -- cgit v1.2.3