aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartinw2000-07-03 15:06:14 +0000
committermartinw2000-07-03 15:06:14 +0000
commit8b51da76208d496beb5ec6191be82296d7b2e11a (patch)
tree5dc642c911aa7828c4ccff2c899294e73735cafd
parentno message (diff)
removing trace statement
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@180 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/transform.icl2
1 files changed, 1 insertions, 1 deletions
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})