diff options
author | rsc <devnull@localhost> | 2005-11-29 05:13:51 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-11-29 05:13:51 +0000 |
commit | 89de6358be8bc9aaaedf1a1a63a8be3fe56ff34a (patch) | |
tree | 75ff734dde443f345db1a443ea09871505c2bf4b /src/cmd/acid | |
parent | 62faed57a5bc13e14ee55aef32c210c713b315da (diff) | |
download | plan9port-89de6358be8bc9aaaedf1a1a63a8be3fe56ff34a.tar.gz plan9port-89de6358be8bc9aaaedf1a1a63a8be3fe56ff34a.tar.bz2 plan9port-89de6358be8bc9aaaedf1a1a63a8be3fe56ff34a.zip |
debugging print
Diffstat (limited to 'src/cmd/acid')
-rw-r--r-- | src/cmd/acid/lex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/acid/lex.c b/src/cmd/acid/lex.c index b9b99762..548b4262 100644 --- a/src/cmd/acid/lex.c +++ b/src/cmd/acid/lex.c @@ -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); |