LONG_LONG_MAX is an obsolete GNU name for LLONG_MAX
ClosedPublic

Authored by heikobecker on Feb 27 2019, 10:26 PM.

Details

Summary

Apparently it originated from before C99 standardized to LLONG_*.
Nowadays everybody with a gcc > 3.0 should be fine, not only the
BSDs [1].
Also fixes a build error with musl libc.

[1] https://www.gnu.org/software/libc/manual/html_node/Range-of-Type.html#Range-of-Type

Test Plan

Builds on Linux with glib
Builds on Linux with musl

Diff Detail

Repository
R321 KStars
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker created this revision.Feb 27 2019, 10:26 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptFeb 27 2019, 10:26 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
heikobecker requested review of this revision.Feb 27 2019, 10:26 PM
mutlaqja accepted this revision.Mar 6 2019, 8:00 PM
This revision is now accepted and ready to land.Mar 6 2019, 8:00 PM
This revision was automatically updated to reflect the committed changes.