aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorronny2001-12-12 15:31:09 +0000
committerronny2001-12-12 15:31:09 +0000
commitd86abe341ff1c90e21db0e201ff1d6cd66fb2431 (patch)
tree9585090ce1d1953f3d06cf16617329257f24a739 /frontend
parentremove macros_2.c, checktypedefs_2.c, macros.h and checktypedefs.h (diff)
removed RWSDebug import
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@925 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/transform.icl2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl
index f2345b8..296e145 100644
--- a/frontend/transform.icl
+++ b/frontend/transform.icl
@@ -188,8 +188,6 @@ where
# (dp_rhs, ls) = lift dp_rhs ls
= ({ pattern & dp_rhs = dp_rhs }, ls)
-import RWSDebug
-
liftFunctions :: [FunctionOrMacroIndex] Int Int *{#FunDef} *{#*{#FunDef}} *(Heap VarInfo) *(Heap ExprInfo) -> .LiftState;
liftFunctions group group_index main_dcl_module_n fun_defs macro_defs var_heap expr_heap
# (contains_free_vars, lifted_function_called, fun_defs,macro_defs)