summaryrefslogtreecommitdiff
path: root/lib/legacy/zstd_v01.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/legacy/zstd_v01.c')
-rw-r--r--lib/legacy/zstd_v01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/zstd_v01.c b/lib/legacy/zstd_v01.c
index 70003cbedffd1..ae1cb2ce5aa06 100644
--- a/lib/legacy/zstd_v01.c
+++ b/lib/legacy/zstd_v01.c
@@ -339,7 +339,7 @@ typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)];
/****************************************************************
* Internal functions
****************************************************************/
-FORCE_INLINE unsigned FSE_highbit32 (register U32 val)
+FORCE_INLINE unsigned FSE_highbit32 (U32 val)
{
# if defined(_MSC_VER) /* Visual */
unsigned long r;