aboutsummaryrefslogtreecommitdiff
path: root/frontend/frontend.icl
diff options
context:
space:
mode:
authorjohnvg2002-06-18 11:42:27 +0000
committerjohnvg2002-06-18 11:42:27 +0000
commit89dea838eeb22041d2b4d2a13cdfa3c13c8e7b6d (patch)
treeb76fe8ef329cd7812fb322fcbadf4b47795ca7be /frontend/frontend.icl
parentuse 10m of extra memory instead of 4m (diff)
don't write "components" file
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1113 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r--frontend/frontend.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl
index 5161197..fac6125 100644
--- a/frontend/frontend.icl
+++ b/frontend/frontend.icl
@@ -82,7 +82,7 @@ frontEndInterface options mod_ident search_paths cached_dcl_modules functions_an
select_and_remove_icl_functions_from_record icl_mod=:{icl_functions} = (icl_functions,{icl_mod & icl_functions={}})
# {icl_global_functions,icl_instances,icl_gencases, icl_specials, icl_common,icl_import,icl_name,icl_imported_objects,icl_used_module_numbers,icl_copied_from_dcl} = icl_mod
-/**/
+/*
(_,f,files) = fopen "components" FWriteText files
(components, icl_functions, f) = showComponents components 0 True icl_functions f
/*
@@ -93,7 +93,7 @@ frontEndInterface options mod_ident search_paths cached_dcl_modules functions_an
(ok,files) = fclose f files
| ok<>ok
= abort "";
-/**/
+*/
// # dcl_mods = {{dcl_mod & dcl_declared={dcls_import={},dcls_local=[],dcls_local_for_import={},dcls_explicit={}}}\\ dcl_mod<-:dcl_mods}