gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/array.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog server/array.cpp
Date: Fri, 21 Mar 2008 11:03:54 +0100

On Fri, Mar 21, 2008 at 04:20:12AM +0000, Markus Gothe wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Markus Gothe <nihilus>  08/03/21 04:20:12
> 
> Modified files:
>       .              : ChangeLog 
>       server         : array.cpp 
> 
> Log message:
>       Fix compilation of isfinite.

> -     if (!isfinite(value)) return -1;
> +     if (!std::isfinite(value)) return -1;

ifsinite is a define, see as_value.h and resource.h
Your change broke the build here (x86 ubuntu):
server/array.cpp:591: error: 'finite' is not a member of 'std'

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]