From fc158ab464fd58aec17aa590bc2022f539fefc5a Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 30 May 2020 19:29:42 -0700 Subject: bug: temporary removal of musl lib to isolate malloc bug --- sys/cmd/cc/lex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/cmd/cc/lex.c') diff --git a/sys/cmd/cc/lex.c b/sys/cmd/cc/lex.c index cb65aa0..97e19e4 100644 --- a/sys/cmd/cc/lex.c +++ b/sys/cmd/cc/lex.c @@ -759,6 +759,7 @@ Dispatch: } io = makeio(lx, sym->name); io->rdr.end += expandmacro(lx, sym, io->b); + printf("EXPANDED %s: %s\n", sym->name, io->rdr.beg); *io->rdr.end++ = EOF; pushio(lx, io); goto GetByte; -- cgit v1.2.1