diff options
author | johnvg | 2003-10-21 11:05:05 +0000 |
---|---|---|
committer | johnvg | 2003-10-21 11:05:05 +0000 |
commit | faf970ed40dd58c0264645474ac9a44cd87e49e6 (patch) | |
tree | 428117e8132876c781e9a4a1e9297f01fefe8b36 /main | |
parent | import code from "cae." instead of "cae.obj" (diff) |
import code from "cDirectory." instead of "cDirectory.obj"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1405 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-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 |