]> git.lizzy.rs Git - zlib.git/commit
Avoid recursive gzgetc() macro call.
authorMark Adler <madler@alumni.caltech.edu>
Fri, 14 Oct 2016 20:16:07 +0000 (13:16 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Fri, 14 Oct 2016 20:16:07 +0000 (13:16 -0700)
commitebbc57393d81c25c019851f6d9d7776baed0f4d7
tree22a9d685f10b29d57b144c15ddfc9b3b45846bd0
parent7d6956b6a148465947dbeacef654fecab9b31f55
Avoid recursive gzgetc() macro call.

Recursive macro calls are normally caught by the preprocessor and
avoided. This commit avoids the possibility of a problem entirely.
zlib.h