[git commit] shell/math: disable debug again

Denys Vlasenko vda.linux at googlemail.com
Mon Jun 19 08:23:58 UTC 2023


commit: https://git.busybox.net/busybox/commit/?id=019dd31150526b7dd9dd0addfc38f08bcf7ec551
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/math.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 #include "libbb.h"
 #include "math.h"
 
-#if 0
+#if 1
 # define dbg(...) ((void)0)
 #else
 # define dbg(...) bb_error_msg(__VA_ARGS__)


More information about the busybox-cvs mailing list