summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-10-01 19:40:42 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-10-01 19:40:42 +0200
commitafaaec406bc86bf52ef976634b458dbc7e01fdc9 (patch)
treece715c4b8fb6cbe95c4e2e80fc85af6706acfb44 /MLKCompiledClosure.h
parentfd7702e9b009d2984328b2519db946f82ad834e9 (diff)
parenta0dae1a2756c0f9a84c3a258f3a4a05e63afc1c6 (diff)
Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp
Diffstat (limited to 'MLKCompiledClosure.h')
-rw-r--r--MLKCompiledClosure.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MLKCompiledClosure.h b/MLKCompiledClosure.h
index 772f29c..5ddd1a9 100644
--- a/MLKCompiledClosure.h
+++ b/MLKCompiledClosure.h
@@ -26,9 +26,10 @@
@interface MLKCompiledClosure : NSObject <MLKFuncallable>
{
- int _dataLength;
- id (*_code)();
- id *_data;
+@public
+ int m_dataLength;
+ id (*m_code)();
+ id *m_data;
}
// Why intptr_t? Because it makes it easier to call this method from