blob: 319b75c308df6e35b1e4312597e15228d511f1b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// this is for the PowerMac
definition module CoclSystemDependent
from deltaIOSystem import DeviceSystem
from deltaEventIO import InitialIO, IOState
PathSeparator
:== ','
DirectorySeparator
:== ':'
SystemDependentDevices :: [DeviceSystem .a (IOState .a)]
SystemDependentInitialIO :: InitialIO *s
|