Clean up portability for shifts and integer sizes.

This commit is contained in:
Mark Adler
2015-09-05 18:56:55 -07:00
parent e54e129940
commit 44ae761dc2
3 changed files with 4 additions and 4 deletions

2
zlib.h
View File

@@ -978,7 +978,7 @@ ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm));
location in the input stream can be determined from avail_in and data_type
as noted in the description for the Z_BLOCK flush parameter for inflate.
inflateMark returns the value noted above or -1 << 16 if the provided
inflateMark returns the value noted above or -65536 if the provided
source stream state was inconsistent.
*/