aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-06-19 10:23:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-06-19 10:23:58 +0200
commit019dd31150526b7dd9dd0addfc38f08bcf7ec551 (patch)
tree70df804930344274e8e76dd48c6c76489c1d009a
parentdb0e886735112110183fe3e4f1dea7c0f31a36c9 (diff)
downloadbusybox-w32-019dd31150526b7dd9dd0addfc38f08bcf7ec551.tar.gz
busybox-w32-019dd31150526b7dd9dd0addfc38f08bcf7ec551.tar.bz2
busybox-w32-019dd31150526b7dd9dd0addfc38f08bcf7ec551.zip
shell/math: disable debug again
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.c b/shell/math.c
index 0cf963731..ac758639f 100644
--- a/shell/math.c
+++ b/shell/math.c
@@ -114,7 +114,7 @@
114#include "libbb.h" 114#include "libbb.h"
115#include "math.h" 115#include "math.h"
116 116
117#if 0 117#if 1
118# define dbg(...) ((void)0) 118# define dbg(...) ((void)0)
119#else 119#else
120# define dbg(...) bb_error_msg(__VA_ARGS__) 120# define dbg(...) bb_error_msg(__VA_ARGS__)