aboutsummaryrefslogtreecommitdiff
path: root/main/Windows
diff options
context:
space:
mode:
authorronny2002-06-17 09:15:04 +0000
committerronny2002-06-17 09:15:04 +0000
commite640aaf11a1cec0c5fd9b1f7968890441c856019 (patch)
tree1631f7e7b8c78621fb2c65863917cacbac494538 /main/Windows
parentadded comparison for TArrow and TArrow1 to comparedefimp (diff)
made Clean 2.0 compatible
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1094 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Windows')
-rw-r--r--main/Windows/CoclSystemDependent.dcl5
-rw-r--r--main/Windows/CoclSystemDependent.icl5
2 files changed, 2 insertions, 8 deletions
diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl
index 69b9848..992fa23 100644
--- a/main/Windows/CoclSystemDependent.dcl
+++ b/main/Windows/CoclSystemDependent.dcl
@@ -25,7 +25,4 @@ ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)
set_compiler_id :: Int -> Int
-:: CompileFun st
- :== ([{#Char}] st -> (Bool, st))
-
-compiler_loop :: (CompileFun *st) *st -> (!Bool, !*st)
+compiler_loop :: ([{#Char}] *st -> *(Bool, *st)) *st -> (!Bool, !*st)
diff --git a/main/Windows/CoclSystemDependent.icl b/main/Windows/CoclSystemDependent.icl
index 9792c1d..dad5c47 100644
--- a/main/Windows/CoclSystemDependent.icl
+++ b/main/Windows/CoclSystemDependent.icl
@@ -29,14 +29,11 @@ ensureCleanSystemFilesExists path env
set_compiler_id :: Int -> Int
set_compiler_id compiler_id = compiler_id
-:: CompileFun st
- :== ([{#Char}] st -> (Bool, st))
-
import thread_message;
import code from "thread_message.obj";
-compiler_loop :: (CompileFun *st) *st -> (!Bool, !*st)
+compiler_loop :: ([{#Char}] *st -> *(Bool, *st)) *st -> (!Bool, !*st)
compiler_loop compile compile_state
| length commandArgs==2 && commandArgs!!0=="-ide"
# wm_number=get_message_number;