From 26ade8d624457b7164502ed9c190ca3f146bda0c Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 11 Aug 2002 08:50:48 +0200 Subject: Import Dev86src-0.16.8.tar.gz --- bcc/input.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bcc/input.c') 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); -- cgit v1.2.1