summaryrefslogtreecommitdiff
path: root/bcc/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/input.c')
-rw-r--r--bcc/input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcc/input.c b/bcc/input.c
index 259ae04..4ce121d 100644
--- a/bcc/input.c
+++ b/bcc/input.c
@@ -609,6 +609,9 @@ ts_s_includelist += sizeof *incnew;
definestring("__HAS_NO_FLOATS__");
#endif
ctext = flag['t'];
+#ifdef DEBUG
+ if (ctext) debugon = 1;
+#endif
watchlc = flag['w'];
setoutbufs();
inputinit(fname, fd);