From 8b51da76208d496beb5ec6191be82296d7b2e11a Mon Sep 17 00:00:00 2001 From: martinw Date: Mon, 3 Jul 2000 15:06:14 +0000 Subject: removing trace statement git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@180 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/transform.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/transform.icl b/frontend/transform.icl index 32f4a91..46caeb1 100644 --- a/frontend/transform.icl +++ b/frontend/transform.icl @@ -584,7 +584,7 @@ where expand_simple_macro mod_index macro_index macro=:{fun_body = CheckedBody body, fun_info, fun_symb, fun_pos} (macro_defs, modules, pi=:{pi_symbol_table,pi_symbol_heap,pi_var_heap,pi_error}) | macros_are_simple fun_info.fi_calls macro_defs - # identPos = newPosition fun_symb fun_pos ---> ("expanding", fun_symb) + # identPos = newPosition fun_symb fun_pos es = { es_symbol_table = pi_symbol_table, es_var_heap = pi_var_heap, es_symbol_heap = pi_symbol_heap, es_error = setErrorAdmin identPos pi_error } (tb_args, tb_rhs, local_vars, fi_calls, macro_defs, modules, {es_symbol_table, es_var_heap, es_symbol_heap, es_error}) -- cgit v1.2.3