X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fxpress.h;fp=include%2Fwimlib%2Fxpress.h;h=a7113153ded1ea7d6aa498c1449c97a28ab1a1af;hb=919b97754cedca6f37dd1808b00198dc3cb8bf98;hp=37f2fdfa61d02a6803c1b316d4b6ad4121931a01;hpb=0aac840b812bf4f804aed90e4eae095999e3c736;p=wimlib diff --git a/include/wimlib/xpress.h b/include/wimlib/xpress.h index 37f2fdfa..a7113153 100644 --- a/include/wimlib/xpress.h +++ b/include/wimlib/xpress.h @@ -4,15 +4,6 @@ /* Constants for the XPRESS data compression format. See the comments in * xpress-decompress.c for more information about this format. */ -//#define ENABLE_XPRESS_DEBUG -#ifdef ENABLE_XPRESS_DEBUG -# define XPRESS_DEBUG DEBUG -# define XPRESS_ASSERT wimlib_assert -#else -# define XPRESS_DEBUG(format, ...) -# define XPRESS_ASSERT(...) -#endif - #define XPRESS_NUM_CHARS 256 #define XPRESS_NUM_SYMBOLS 512 #define XPRESS_MAX_CODEWORD_LEN 15