mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
shell/math: disable debug again
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
db0e886735
commit
019dd31150
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue