From 6ab31a9f8677536f82ea9a2ca3fa4acff1fa5b2a Mon Sep 17 00:00:00 2001 From: martijnv Date: Fri, 1 Jun 2001 06:59:18 +0000 Subject: removed import pp in order to make the compiler compilable without my pretty print function. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@444 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/convertDynamics.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index af3f706..c2b4785 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -5,7 +5,7 @@ import syntax, transform, utilities, convertcases USE_TUPLES tuple b :== b; // change also StdDynamic.icl and recompile all applications extended_unify_and_coerce no yes :== no; // change also _unify and _coerce in StdDynamic -import pp; +//import pp; APPEND_DEFINING_TYPE_MODULE_NAMES_TO_TYPE_NAMES yes no :== no import RWSDebug; -- cgit v1.2.3