]> granicus.if.org Git - graphviz/commit
API BREAK: remove local 'INT_MAX' and 'INT_MIN' definitions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 Jan 2022 01:40:03 +0000 (17:40 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 9 Jan 2022 23:51:57 +0000 (15:51 -0800)
commita97289990430d5c9b2b4966b91e28a27eade719d
tree1b96e75b488e519564fa1b5d5f5442a42d1d0723
parentf53a38674fcdd6addf0babbb237e6dfc85c81d63
API BREAK: remove local 'INT_MAX' and 'INT_MIN' definitions

These constants are defined in ISO C to be available in limits.h, but were
commonly available pre-ISO C too. These definitions remained here for legacy
reasons, because removing them was considered an API break and not worth doing
for this minor clean up. However the upcoming release is projected to involve a
major version number bump.
CHANGELOG.md
lib/common/arith.h