From 763041adf7a1f87addcb5069f203396dc896b3f1 Mon Sep 17 00:00:00 2001 From: ronny Date: Wed, 23 Feb 2000 14:55:54 +0000 Subject: Initial import git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@100 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/Windows/CoclSystemDependent.dcl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main/Windows/CoclSystemDependent.dcl (limited to 'main/Windows/CoclSystemDependent.dcl') diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl new file mode 100644 index 0000000..42cf82e --- /dev/null +++ b/main/Windows/CoclSystemDependent.dcl @@ -0,0 +1,14 @@ +// this is for Windows +definition module CoclSystemDependent + +// RWS split +// from deltaIOSystem import DeviceSystem +// from deltaEventIO import InitialIO, IOState + +PathSeparator + :== ';' +DirectorySeparator + :== '\\' + +SystemDependentDevices :: [a] +SystemDependentInitialIO :: [a] -- cgit v1.2.3