blob: f7d51e0735506171c8ac0b4c7ea06dd0f1c92b11 (
plain) (
tree)
|
|
// 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)
set_compiler_id :: !Int -> Int;
|