aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorronny2001-10-01 16:41:01 +0000
committerronny2001-10-01 16:41:01 +0000
commit8f6de064941362c7c47234db122bb130a04975aa (patch)
treeea87da94351e69cf2dcbb22f04aab041e087dccf /main
parentpass file modification times from icl module and dcl modules to backend (diff)
moved system independent code to new module "filesystem"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@809 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r--main/Mac/Clean System Files/cDirectory.objbin0 -> 7628 bytes
-rw-r--r--main/Mac/Clean System Files/directory_library4
-rw-r--r--main/Mac/CoclSystemDependent.icl3
3 files changed, 7 insertions, 0 deletions
diff --git a/main/Mac/Clean System Files/cDirectory.obj b/main/Mac/Clean System Files/cDirectory.obj
new file mode 100644
index 0000000..d5deed3
--- /dev/null
+++ b/main/Mac/Clean System Files/cDirectory.obj
Binary files differ
diff --git a/main/Mac/Clean System Files/directory_library b/main/Mac/Clean System Files/directory_library
new file mode 100644
index 0000000..12493b1
--- /dev/null
+++ b/main/Mac/Clean System Files/directory_library
@@ -0,0 +1,4 @@
+InterfaceLib
+PBHRenameSync
+PBCatMoveSync
+PBHSetVolSync
diff --git a/main/Mac/CoclSystemDependent.icl b/main/Mac/CoclSystemDependent.icl
index c39c3b8..39e2451 100644
--- a/main/Mac/CoclSystemDependent.icl
+++ b/main/Mac/CoclSystemDependent.icl
@@ -1,6 +1,9 @@
// this is for the PowerMac
implementation module CoclSystemDependent
+// import for filesystem
+import code from "cDirectory.obj", library "directory_library" // this is the only platform dependent line in this module
+
import StdEnv
import Clean2AppleEventHandler,compile,docommand,cache_variable