blob: 6ffa700c81f6f797fca0bc61244a25f974489eab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// this is for the PowerMac
definition module CoclSystemDependent
//1.3
from StdString import String
//3.1
from StdFile import Files
PathSeparator
:== ','
DirectorySeparator
:== ':'
script_handler :: !{#Char} *Files -> (!Int,!*Files);
clean2_compile :: !Int -> Int;
clean2_compile_c_entry :: !Int -> Int;
ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)
|