From 39c7ff1e901d81db79997f285409ae31003f32de Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 25 Jan 2004 08:59:55 +0000 Subject: [PATCH] disable debug output --- tools/qfcc/source/emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/emit.c b/tools/qfcc/source/emit.c index 25cf226ff..7961a26cb 100644 --- a/tools/qfcc/source/emit.c +++ b/tools/qfcc/source/emit.c @@ -157,7 +157,7 @@ emit_statement (expr_t *e, opcode_t *op, def_t *var_a, def_t *var_b, statement->c = var_c->ofs; ret = var_c; } -#if 1 +#if 0 printf ("%s %s(%d) %s(%d) %s(%d)\n", op->opname, var_a ? var_a->name : "", statement->a, var_b ? var_b->name : "", statement->b,