mirror of https://github.com/mirror/busybox.git
shell/math: disable debug again
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>master
parent
db0e886735
commit
019dd31150
|
@ -114,7 +114,7 @@
|
|||
#include "libbb.h"
|
||||
#include "math.h"
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
# define dbg(...) ((void)0)
|
||||
#else
|
||||
# define dbg(...) bb_error_msg(__VA_ARGS__)
|
||||
|
|
Loading…
Reference in New Issue