diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/transform.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl index 08a2edf..d5d3e73 100644 --- a/frontend/transform.icl +++ b/frontend/transform.icl @@ -1492,7 +1492,7 @@ where _ -> (fun_defs, symbol_table) -import RWSDebug +// import RWSDebug expandMacrosInBody :: [.FunCall] CheckedBody ![ExprInfoPtr] PredefSymbolsForTransform *ExpandState -> ([FreeVar],Expression,[FreeVar],[FunCall],![ExprInfoPtr],.ExpandState); expandMacrosInBody fi_calls {cb_args,cb_rhs} fi_dynamics predef_symbols_for_transform es=:{es_symbol_table,es_symbol_heap,es_fun_defs,es_macro_defs} |