diff options
author | johnvg | 2001-06-01 11:08:50 +0000 |
---|---|---|
committer | johnvg | 2001-06-01 11:08:50 +0000 |
commit | b1d4fd254fc2833af064ad98df72f3ecc76579bc (patch) | |
tree | 6df04fb1af4766e352fbc1f4a724825695b3ada8 /main | |
parent | removed import of debug module (diff) |
added 'import code from "cae.obj"'
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@449 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/Mac/Clean2AppleEventHandler.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/Mac/Clean2AppleEventHandler.icl b/main/Mac/Clean2AppleEventHandler.icl index 8c28e2c..bf1f5c3 100644 --- a/main/Mac/Clean2AppleEventHandler.icl +++ b/main/Mac/Clean2AppleEventHandler.icl @@ -5,6 +5,8 @@ import files,events; import StdDebug,StdString; +import code from "cae.obj"; // "cae.carbon.o"; + HandleAppleEvent :: !Event (!{#Char} *Files -> (!Int,!*Files)) !*Files -> (!Bool,!Bool,!*Files); HandleAppleEvent (b,what,message,when,p1,p2,modifiers) script_handler files | what==HighLevelEvent |