]> git.lizzy.rs Git - zlib.git/commit
Eliminate use of ULL constants.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 27 Mar 2022 07:28:42 +0000 (00:28 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 27 Mar 2022 08:54:17 +0000 (01:54 -0700)
commit735eaa1ebd5ae99b10c5824f7c9277d972693e2a
tree285f6c0d38dc54edd6cfac4a1b9d1c66cbe6018c
parent76f70abbc73f8887ed42b12cf5c895b386595d59
Eliminate use of ULL constants.

0xffffffffffffffffULL was causing warnings for C99 usage. The
suffix for the constant is not necessary anyway, so this commit
removes them.
zutil.h