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 "libbb.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
# define dbg(...) ((void)0)
|
# define dbg(...) ((void)0)
|
||||||
#else
|
#else
|
||||||
# define dbg(...) bb_error_msg(__VA_ARGS__)
|
# define dbg(...) bb_error_msg(__VA_ARGS__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue