diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2015-09-05 18:56:55 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2015-09-05 18:56:55 -0700 |
commit | 44ae761dc2047038dc42a7e5a162d042fc392d2b (patch) | |
tree | e197e5197395480ec86a3fa0154f4a5d784a4c99 /zlib.h | |
parent | e54e1299404101a5a9d0cf5e45512b543967f958 (diff) | |
download | zlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.tar.gz zlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.tar.bz2 zlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.zip |
Clean up portability for shifts and integer sizes.
Diffstat (limited to '')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -978,7 +978,7 @@ ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm)); | |||
978 | location in the input stream can be determined from avail_in and data_type | 978 | location in the input stream can be determined from avail_in and data_type |
979 | as noted in the description for the Z_BLOCK flush parameter for inflate. | 979 | as noted in the description for the Z_BLOCK flush parameter for inflate. |
980 | 980 | ||
981 | inflateMark returns the value noted above or -1 << 16 if the provided | 981 | inflateMark returns the value noted above or -65536 if the provided |
982 | source stream state was inconsistent. | 982 | source stream state was inconsistent. |
983 | */ | 983 | */ |
984 | 984 | ||