mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
moved UTIL_DISPLAY() inside util.c
This commit is contained in:
@ -92,8 +92,6 @@ extern "C" {
|
||||
* Console log
|
||||
******************************************/
|
||||
extern int g_utilDisplayLevel;
|
||||
#define UTIL_DISPLAY(...) fprintf(stderr, __VA_ARGS__)
|
||||
#define UTIL_DISPLAYLEVEL(l, ...) { if (g_utilDisplayLevel>=l) { UTIL_DISPLAY(__VA_ARGS__); } }
|
||||
|
||||
|
||||
/*-****************************************
|
||||
|
Reference in New Issue
Block a user