tdebugging print - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 89de6358be8bc9aaaedf1a1a63a8be3fe56ff34a
DIR parent 62faed57a5bc13e14ee55aef32c210c713b315da
HTML Author: rsc <devnull@localhost>
Date: Tue, 29 Nov 2005 05:13:51 +0000
debugging print
Diffstat:
M src/cmd/acid/lex.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/src/cmd/acid/lex.c b/src/cmd/acid/lex.c
t@@ -359,8 +359,7 @@ bqsymbol(void)
if(p >= symbol+sizeof symbol)
sysfatal("overflow in bqsymbol");
*p = 0;
-
-fprint(2, "bq: %s\n", symbol);
+
s = look(symbol);
if(s == 0)
s = enter(symbol, Tid);