1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-07 06:23:00 +03:00

Undef current if defined

This commit is contained in:
Nick Terrell
2017-04-04 17:21:49 -07:00
parent c53bacc881
commit 1b3856463e

View File

@@ -19,6 +19,9 @@
#include "huf.h" #include "huf.h"
#include "zstd_internal.h" /* includes zstd.h */ #include "zstd_internal.h" /* includes zstd.h */
#ifdef current
# undef current
#endif
/*-************************************* /*-*************************************
* Constants * Constants