aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjakie2001-03-22 11:15:47 +0000
committersjakie2001-03-22 11:15:47 +0000
commit0f247794501abe3939b31eca0ce209099a886241 (patch)
tree04e1e55cf56d7d54e6f7eb426a18eb82f61816d8
parentoption for generating tcl-files in compile.icl. Normally off. (diff)
Sjaak: removed call to showComponents
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@337 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/frontend.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl
index 54a3e43..8b34bbd 100644
--- a/frontend/frontend.icl
+++ b/frontend/frontend.icl
@@ -151,7 +151,7 @@ frontEndInterface upToPhase mod_ident search_paths dcl_modules functions_and_mac
# (components, fun_defs) = partitionateFunctions (fun_defs -*-> "partitionateFunctions") [ global_fun_range, icl_instances, icl_specials, generic_range]
// (components, fun_defs, error) = showTypes components 0 fun_defs error
- (components, fun_defs, error) = showComponents components 0 True fun_defs error
+// (components, fun_defs, error) = showComponents components 0 True fun_defs error
// (fun_defs, error) = showFunctions array_instances fun_defs error
| upToPhase == FrontEndPhaseTypeCheck