diff options
author | johnvg | 2003-10-21 11:03:56 +0000 |
---|---|---|
committer | johnvg | 2003-10-21 11:03:56 +0000 |
commit | 4971c3020660220cc96bedb1317b5de04389d30c (patch) | |
tree | 90cea13ce6dd1c10c7cd181e258f25497b6bb02b /main | |
parent | #define KARBON instead of #undef KARBON (diff) |
import code from "cae." instead of "cae.obj"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1404 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/Mac/Clean2AppleEventHandler.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Mac/Clean2AppleEventHandler.icl b/main/Mac/Clean2AppleEventHandler.icl index 4fdc1ba..140844d 100644 --- a/main/Mac/Clean2AppleEventHandler.icl +++ b/main/Mac/Clean2AppleEventHandler.icl @@ -5,7 +5,7 @@ import files,events; import StdDebug,StdString; -import code from "cae.obj"; // "cae.carbon.o"; +import code from "cae."; HandleAppleEvent :: !Event ({#Char} *Files -> (!Int,!*Files)) !*Files -> (!Bool,!Bool,!*Files); HandleAppleEvent (b,what,message,when,p1,p2,modifiers) script_handler files |