diff options
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ local void putShortMSB OF((deflate_state *s, uInt b)); | |||
88 | local void flush_pending OF((z_streamp strm)); | 88 | local void flush_pending OF((z_streamp strm)); |
89 | local unsigned read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); | 89 | local unsigned read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); |
90 | #ifdef ASMV | 90 | #ifdef ASMV |
91 | # pragma message("Assembler code may have bugs -- use at your own risk") | ||
91 | void match_init OF((void)); /* asm code initialization */ | 92 | void match_init OF((void)); /* asm code initialization */ |
92 | uInt longest_match OF((deflate_state *s, IPos cur_match)); | 93 | uInt longest_match OF((deflate_state *s, IPos cur_match)); |
93 | #else | 94 | #else |