summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-10-01 17:28:07 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-10-01 17:28:07 +0200
commita0dae1a2756c0f9a84c3a258f3a4a05e63afc1c6 (patch)
tree6f6b0ee50b8123d3d559f11c27f2e1a06f2851d4 /MLKCompiledClosure.h
parent922d23c9daafbda42596086757291ae5af914c68 (diff)
Support %FLET on the GNU runtime and pre-10.5 versions of Mac OS X.
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