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

readconfig: remove values.h #4

Closed
wants to merge 1 commit into from

Conversation

mistydemeo
Copy link
Contributor

This header isn't in POSIX, and doesn't seem to be necessary for any of the types or functions used by this file.

glibc has this comment at the top of its values.h:

/* This interface is obsolete.  New programs should use
   <limits.h> and/or <float.h> instead of <values.h>.  */

I previously opened a version of this PR at Sourceforge before noticing the project is also on Github. I'm not sure which you prefer for receiving PRs, sorry!

This header isn't in POSIX, and doesn't seem to be necessary for
any of the types or functions used by this file.
@mistydemeo
Copy link
Contributor Author

It looks like this was added in e14abe5, possibly because of INT_MAX; I've updated the PR to use limits.h.

@mistydemeo
Copy link
Contributor Author

Closed via 95a3055!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant