--- trunk/ascend/compiler/statement.c 2011/02/28 05:15:02 2396 +++ trunk/ascend/compiler/statement.c 2011/02/28 12:18:48 2397 @@ -296,9 +296,10 @@ struct Statement *CreateFIX(struct VariableList *vars){ register struct Statement *result; - /* CONSOLE_DEBUG("CREATING FIX STMT"); */ + /*CONSOLE_DEBUG("CREATING FIX STMT");*/ result=create_statement_here(FIX); result->v.fx.vars = vars; + /*WriteVariableList(ASCERR,result->v.fx.vars);*/ return result; }