From 1767cc4987b68ace957ea34c20634485d4232611 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Mon, 22 Oct 2018 19:45:18 +0000 Subject: import zstd 1.3.3 --- lib/common/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/bitstream.h') diff --git a/lib/common/bitstream.h b/lib/common/bitstream.h index 2094823fe2402..fcf3843079a34 100644 --- a/lib/common/bitstream.h +++ b/lib/common/bitstream.h @@ -167,7 +167,7 @@ MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits); /*-************************************************************** * Internal functions ****************************************************************/ -MEM_STATIC unsigned BIT_highbit32 (register U32 val) +MEM_STATIC unsigned BIT_highbit32 (U32 val) { assert(val != 0); { -- cgit v1.2.3