diff options
author | martijnv | 2001-06-01 06:59:18 +0000 |
---|---|---|
committer | martijnv | 2001-06-01 06:59:18 +0000 |
commit | 6ab31a9f8677536f82ea9a2ca3fa4acff1fa5b2a (patch) | |
tree | ce4e49b5ba47477579366ba9e04a6959925c3ccc | |
parent | added mechanism to generate a module id for each module. Fixed an index (diff) |
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
-rw-r--r-- | frontend/convertDynamics.icl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |