]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Undef current if defined
authorNick Terrell <terrelln@fb.com>
Wed, 5 Apr 2017 00:21:49 +0000 (17:21 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 5 Apr 2017 00:21:49 +0000 (17:21 -0700)
contrib/linux-kernel/lib/zstd/zstd_compress.c

index d4b87f28092aeba862e219087e81a92b5e4530e9..00d18069aa6acc7c1251b2b12c67e2de9648c3ce 100644 (file)
@@ -19,6 +19,9 @@
 #include "huf.h"
 #include "zstd_internal.h"  /* includes zstd.h */
 
+#ifdef current
+#  undef current
+#endif
 
 /*-*************************************
 *  Constants