diff options
-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 c9dbd1d..72c1711 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"; // this is the only platform dependent line in this module +import code from "cDirectory."; // this is the only platform dependent line in this module import StdEnv import Clean2AppleEventHandler,compile,docommand,cache_variable |