function old new delta
run_list 1063 1046 -17
parse_stream 2296 2249 -47
run_pipe 1890 1840 -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-114) Total: -114 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
int x_mode_fd;
o_string x_mode_buf;
#endif
-#if HUSH_DEBUG
+#if HUSH_DEBUG >= 2
int debug_indent;
#endif
struct sigaction sa;
/* Debug printouts.
*/
-#if HUSH_DEBUG
+#if HUSH_DEBUG >= 2
/* prevent disasters with G.debug_indent < 0 */
# define indent() fdprintf(2, "%*s", (G.debug_indent * 2) & 0xff, "")
# define debug_enter() (G.debug_indent++)