diff options
Diffstat (limited to 'main/Mac/CoclSystemDependent.dcl')
| -rw-r--r-- | main/Mac/CoclSystemDependent.dcl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/Mac/CoclSystemDependent.dcl b/main/Mac/CoclSystemDependent.dcl new file mode 100644 index 0000000..319b75c --- /dev/null +++ b/main/Mac/CoclSystemDependent.dcl @@ -0,0 +1,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 |
