From 0f247794501abe3939b31eca0ce209099a886241 Mon Sep 17 00:00:00 2001 From: sjakie Date: Thu, 22 Mar 2001 11:15:47 +0000 Subject: Sjaak: removed call to showComponents git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@337 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/frontend.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') 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 -- cgit v1.2.3