Replace deprecated use of finite() in AEILocalInterp

Issue #1559 closed
Barry Wardell created an issue

My compiler (gcc 4.8) warns when compiling AEILocalInterp that it is using a deprecated function finite(). Apparently this is not part of any C standard and should be replaced by the C99 isfinite() function. The attached patch replaces the usage of finite() with isfinite() in AEILocalInterp.

Keyword:

Comments (4)

  1. Log in to comment