From 1b3856463e24652e0f753b1ee8e1ff19d7b006d6 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Tue, 4 Apr 2017 17:21:49 -0700 Subject: [PATCH] Undef current if defined --- contrib/linux-kernel/lib/zstd/zstd_compress.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/linux-kernel/lib/zstd/zstd_compress.c b/contrib/linux-kernel/lib/zstd/zstd_compress.c index d4b87f280..00d18069a 100644 --- a/contrib/linux-kernel/lib/zstd/zstd_compress.c +++ b/contrib/linux-kernel/lib/zstd/zstd_compress.c @@ -19,6 +19,9 @@ #include "huf.h" #include "zstd_internal.h" /* includes zstd.h */ +#ifdef current +# undef current +#endif /*-************************************* * Constants