mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 13:24:01 +00:00
Cleanups
This commit is contained in:
parent
8d7ea32e0d
commit
5ca618c8d6
5
deps/libz/trees.c
vendored
5
deps/libz/trees.c
vendored
@ -159,14 +159,9 @@ static void copy_block (deflate_state *s, charf *buf, unsigned len,
|
||||
static void gen_trees_header (void);
|
||||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
# define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
|
||||
/* Send a code of the given tree. c and tree must not have side effects */
|
||||
|
||||
#else /* DEBUG */
|
||||
# define send_code(s, c, tree) { send_bits(s, tree[c].Code, tree[c].Len); }
|
||||
#endif
|
||||
|
||||
/* ===========================================================================
|
||||
* Output a short LSB first on the stream.
|
||||
* IN assertion: there is enough room in pendingBuf.
|
||||
|
Loading…
x
Reference in New Issue
Block a user