Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use obsolete isinff and isnanf functions #174

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 1, 2019

  1. Don't use obsolete isinff and isnanf functions

    GNU libc already marks isinff and isnanf functions as obsolete. They
    have been replaced by isinf and isnan macros defined by C99. Since we
    already requires C99 in this project, it should be nice if we can
    switch to standard macros.
    lantw44 committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    a48f3b4 View commit details
    Browse the repository at this point in the history