aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorjohnvg2001-08-31 15:25:50 +0000
committerjohnvg2001-08-31 15:25:50 +0000
commit9b13df4d3672c9baa021443cd1fa166244faade8 (patch)
treef720be6c4c750ea62bda572416bdff3710aae352 /main
parentadded code for strict and unboxed lists (diff)
add symbol_heap argument ro empty_cache
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@724 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r--main/coclmain.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl
index 79dddbd..81a7e68 100644
--- a/main/coclmain.icl
+++ b/main/coclmain.icl
@@ -71,8 +71,8 @@ compiler commandArgs files
| length commandArgs==2 && commandArgs!!0=="-ide"
# wm_number=get_message_number;
# thread_id=hex_to_int (commandArgs!!1);
- = (True,compile_files empty_cache thread_id wm_number files)
- # (r,cache,files)=compile commandArgs empty_cache files
+ = (True,compile_files (empty_cache newHeap) thread_id wm_number files)
+ # (r,cache,files)=compile commandArgs (empty_cache newHeap) files
= (r,files)
hex_to_int :: {#Char} -> Int