summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-13 00:43:48 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-13 00:43:48 +0200
commitf632ef49a7d5465943ac7ac7c666c0490887caad (patch)
tree155b4ef4fe9ce4c42a8e7f3c962366c849475e93 /MLKCompiledClosure.h
parent5e51a3a7b0ff7044c60a57afc66738699f38e076 (diff)
Revert "MLKCompiledClosure: Always indirect through a function pointer before doing a call."
This reverts commit dfe50b2e72ddbd0148870748975f00e7fc662314.
Diffstat (limited to 'MLKCompiledClosure.h')
-rw-r--r--MLKCompiledClosure.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKCompiledClosure.h b/MLKCompiledClosure.h
index 589c0de..7df6c68 100644
--- a/MLKCompiledClosure.h
+++ b/MLKCompiledClosure.h
@@ -27,9 +27,8 @@
@interface MLKCompiledClosure : NSObject <MLKFuncallable>
{
int _dataLength;
- id (**_code)();
+ id (*_code)();
id *_data;
- BOOL _ownPointer; // do we own the _code pointer cell?
}
// Why intptr_t? Because it makes it easier to call this method from