Skip to content

develop branch: limits.h is required for INT_MAX #95

@phillipjohnston

Description

@phillipjohnston

The develop branch fails to build for me at this moment (within my libc build) due to INT_MAX being referenced but not defined. I notice that limits.h is wrapped in an #ifdef, but it is needed unconditionally for INT_MAX.

#ifdef PRINTF_SUPPORT_MSVC_STYLE_INTEGER_SPECIFIERS
#include <limits.h>
#endif

Not knowing what you're up to on that branch, I just wanted to bring this to your attention rather than blindly try to fix it :).

Metadata

Metadata

Assignees

Labels

resolved-on-developA changeset fixing this issue has been commiutted to the development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions