From c787923c9902a350dbe8854cd75a5ec9a118fa3b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 11 Jan 2011 12:11:54 +0900 Subject: [PATCH] Forgot to remove that print_expr. --- tools/qfcc/source/expr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/qfcc/source/expr.c b/tools/qfcc/source/expr.c index 29d6bb68d..5f51defa5 100644 --- a/tools/qfcc/source/expr.c +++ b/tools/qfcc/source/expr.c @@ -2372,7 +2372,6 @@ incop_expr (int op, expr_t *e, int postop) res = pointer_expr (address_expr (res, 0, 0)); append_expr (block, assign_expr (res, t2)); block->e.block.result = t1; - print_expr (block); puts(""); return block; } else { return asx_expr (op, e, one);