From ff63f51dec8943d9cbdbaaef6f700a3314c1495d Mon Sep 17 00:00:00 2001 From: x Date: Sat, 21 Dec 2019 15:19:30 +0100 Subject: [PATCH] TurboRLE: include --- trle_.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trle_.h b/trle_.h index 25a1014..83dbebf 100644 --- a/trle_.h +++ b/trle_.h @@ -32,14 +32,14 @@ #define VL_B2 4 #define VL_B3 3 #define VL_BA3 (VL_MAX - (VL_SIZE/8 - 3)) -#define VL_BA2 (VL_BA3 - (1<> 16); ctou16(_op_) = (_x_); _op_ += 2; _act_;}\ else { unsigned _b = (bsr32((_x_))+7)/8; *_op_++ = VL_BA3 + (_b - 3); ctou32(_op_) = (_x_); _op_ += _b; _act_;}\