From 774abf2958a29fa26fda98b667cf909b6098f6e0 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 7 Apr 2006 11:01:06 +0000 Subject: [PATCH] add use_64_bit_processor parameter to function write_options_file --- Mac/PmCleanSystem.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/PmCleanSystem.icl b/Mac/PmCleanSystem.icl index e49e015..595dcd9 100644 --- a/Mac/PmCleanSystem.icl +++ b/Mac/PmCleanSystem.icl @@ -527,7 +527,7 @@ Link linker` winfun path err -> (err,ps) | err <> NoDirError = (winfun ["Linker error: Unable to access or create: "+++optdirpath] ps,False) - # (options_file_ok,ps) = accFiles (write_options_file optionspathname flags hs ss initial_heap_size heap_size_multiple minheap) ps + # (options_file_ok,ps) = accFiles (write_options_file optionspathname flags hs ss initial_heap_size heap_size_multiple minheap use_64_bit_processor) ps | not options_file_ok = (winfun ["Linker error: Could not write the options object file: "+++optionspathname] ps,False) # linkopts = -- GitLab