aboutsummaryrefslogtreecommitdiff
path: root/main/Mac/CoclSystemDependent.dcl
blob: 4a27e46fab7152b0063bbf6c2ed4f717424b2642 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// this is for the PowerMac
definition module CoclSystemDependent

from StdFile import Files

PathSeparator
	:==	','
DirectorySeparator
	:==	':'

script_handler :: !{#Char} *Files -> (!Int,!*Files);

clean2_compile :: !Int -> Int;

clean2_compile_c_entry :: !Int -> Int;