DEC_IS_MULTI
# define DEC_IS_MULTI(mode) (true)
# define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE)
# define DEC_IS_MULTI(mode) (false)