diff options
-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 |