diff options
Diffstat (limited to 'main/Mac/CoclSystemDependent.icl')
-rw-r--r-- | main/Mac/CoclSystemDependent.icl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |