From 9cfa6e6c6e1759f3806a4f15ad608aa3d4e1dfe4 Mon Sep 17 00:00:00 2001 From: ronny Date: Tue, 11 Jun 2002 09:41:13 +0000 Subject: Moved system dependent code from coclmain to CoclSystemDependent git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1091 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/Windows/CoclSystemDependent.dcl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/Windows/CoclSystemDependent.dcl') diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl index bdcddb1..69b9848 100644 --- a/main/Windows/CoclSystemDependent.dcl +++ b/main/Windows/CoclSystemDependent.dcl @@ -24,3 +24,8 @@ SystemDependentInitialIO :: [a] ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files) set_compiler_id :: Int -> Int + +:: CompileFun st + :== ([{#Char}] st -> (Bool, st)) + +compiler_loop :: (CompileFun *st) *st -> (!Bool, !*st) -- cgit v1.2.3