]> granicus.if.org Git - libass/commit
Provide SIZE_MAX fallback
authorwm4 <wm4@nowhere>
Sun, 9 Nov 2014 09:40:59 +0000 (10:40 +0100)
committerwm4 <wm4@nowhere>
Sun, 9 Nov 2014 09:40:59 +0000 (10:40 +0100)
commitdc054a1fdb1e9145e905612f296bbafd5ba7b530
treed6bf23c9bc0ceacb8e5586eab94b340a028422af
parent0e8772a3bdca491230c90d3c9c7ab2ac5c18c2e7
Provide SIZE_MAX fallback

SIZE_MAX is in C99, but not in C89. It is in <stdint.h>, and is always a
macro, so this fallback should be pretty portable and cause no issues.
libass/ass_utils.h