aboutsummaryrefslogtreecommitdiff
path: root/main/Windows/CoclSystemDependent.dcl
blob: 9e90a32a363393dc04204b379de32aaac6f09aba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// this is for Windows
definition module CoclSystemDependent

from StdFile import ::Files

// RWS split
// from deltaIOSystem import DeviceSystem
// from deltaEventIO import InitialIO, IOState

PathSeparator
	:==	';'
DirectorySeparator
	:== '\\'

SystemDependentDevices :: [a]
SystemDependentInitialIO :: [a]

ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)

set_compiler_id :: !Int -> Int

compiler_loop :: ([{#Char}] *st -> *(Bool, *st)) *st -> (!Bool, !*st)