diff options
author | johnvg | 2003-10-16 09:32:12 +0000 |
---|---|---|
committer | johnvg | 2003-10-16 09:32:12 +0000 |
commit | 4285aa3844909a7fac8f633338987de77cdc8b31 (patch) | |
tree | 764103f9d7f975de047f1340f74a03b96ffb814e /main | |
parent | add extra attribute argument to BEFlatType and (diff) |
remove directory_library
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1393 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/Mac/Clean System Files/directory_library | 4 | ||||
-rw-r--r-- | main/Mac/CoclSystemDependent.icl | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/main/Mac/Clean System Files/directory_library b/main/Mac/Clean System Files/directory_library deleted file mode 100644 index 12493b1..0000000 --- a/main/Mac/Clean System Files/directory_library +++ /dev/null @@ -1,4 +0,0 @@ -InterfaceLib -PBHRenameSync -PBCatMoveSync -PBHSetVolSync diff --git a/main/Mac/CoclSystemDependent.icl b/main/Mac/CoclSystemDependent.icl index 2cc2b22..c9dbd1d 100644 --- a/main/Mac/CoclSystemDependent.icl +++ b/main/Mac/CoclSystemDependent.icl @@ -2,7 +2,7 @@ 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 code from "cDirectory.obj"; // this is the only platform dependent line in this module import StdEnv import Clean2AppleEventHandler,compile,docommand,cache_variable |