aboutsummaryrefslogtreecommitdiff
path: root/main/Mac/CoclSystemDependent.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'main/Mac/CoclSystemDependent.dcl')
-rw-r--r--main/Mac/CoclSystemDependent.dcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/Mac/CoclSystemDependent.dcl b/main/Mac/CoclSystemDependent.dcl
index 4a27e46..6ffa700 100644
--- a/main/Mac/CoclSystemDependent.dcl
+++ b/main/Mac/CoclSystemDependent.dcl
@@ -1,6 +1,9 @@
// this is for the PowerMac
definition module CoclSystemDependent
+//1.3
+from StdString import String
+//3.1
from StdFile import Files
PathSeparator
@@ -13,3 +16,5 @@ script_handler :: !{#Char} *Files -> (!Int,!*Files);
clean2_compile :: !Int -> Int;
clean2_compile_c_entry :: !Int -> Int;
+
+ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)