mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix MODE=dbg build
This commit is contained in:
parent
bc3d84341d
commit
97bb5a3a80
3 changed files with 19 additions and 18 deletions
2
third_party/zlib/trees.c
vendored
2
third_party/zlib/trees.c
vendored
|
@ -166,7 +166,7 @@ local void gen_trees_header OF((void));
|
|||
|
||||
#else /* !ZLIB_DEBUG */
|
||||
# define send_code(s, c, tree) \
|
||||
{ if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
|
||||
{ if (z_verbose>2) kprintf("\ncd %3d ",(c)); \
|
||||
send_bits(s, tree[c].Code, tree[c].Len); }
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue