aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__)