]> git.draconx.ca Git - liblbx.git/commitdiff
Use (size_t)-1 instead of SIZE_MAX.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 04:53:26 +0000 (00:53 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 04:53:26 +0000 (00:53 -0400)
We do not require the special characteristics of SIZE_MAX (that it be
suitable for use in #if directives), and older library implementations
do not define it.  Outside of the preprocessor, (size_t)-1 is exactly
equivalent so let's just use that instead.


No differences found