diff options
author | ronny | 2002-01-31 14:13:46 +0000 |
---|---|---|
committer | ronny | 2002-01-31 14:13:46 +0000 |
commit | cc48fb009b316becbd98d9c27b35dc962d51ee2a (patch) | |
tree | 87abdeec935ebb54264ad0d4dca99f1d17a565f4 | |
parent | Ik heb helaas geen flauw idee, maar deze files weken af van wat ik zelf had. (diff) |
remove RWSDebug import
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@999 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-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} |