diff options
Diffstat (limited to 'main/Mac/CoclSystemDependent.dcl')
-rw-r--r-- | main/Mac/CoclSystemDependent.dcl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/Mac/CoclSystemDependent.dcl b/main/Mac/CoclSystemDependent.dcl index 319b75c..4a27e46 100644 --- a/main/Mac/CoclSystemDependent.dcl +++ b/main/Mac/CoclSystemDependent.dcl @@ -1,13 +1,15 @@ // this is for the PowerMac definition module CoclSystemDependent -from deltaIOSystem import DeviceSystem -from deltaEventIO import InitialIO, IOState +from StdFile import Files PathSeparator :== ',' DirectorySeparator :== ':' -SystemDependentDevices :: [DeviceSystem .a (IOState .a)] -SystemDependentInitialIO :: InitialIO *s +script_handler :: !{#Char} *Files -> (!Int,!*Files); + +clean2_compile :: !Int -> Int; + +clean2_compile_c_entry :: !Int -> Int; |