summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.h
Commit message (Collapse)AuthorAgeFilesLines
* Support %FLET on the GNU runtime and pre-10.5 versions of Mac OS X.Matthias Benkard2008-10-011-3/+4
|
* MLKCompiledClosure: Add accessors.Matthias Andreas Benkard2008-08-161-0/+3
|
* Revert "MLKCompiledClosure: Always indirect through a function pointer ↵Matthias Andreas Benkard2008-08-131-2/+1
| | | | | | before doing a call." This reverts commit dfe50b2e72ddbd0148870748975f00e7fc662314.
* MLKCompiledClosure: Use intptr_t arguments in order to make compilation easier.Matthias Andreas Benkard2008-08-121-2/+4
|
* MLKCompiledClosure: Always indirect through a function pointer before doing ↵Matthias Andreas Benkard2008-08-121-1/+2
| | | | a call.
* Replace MLKCompiledProcedure with MLKCompiledClosure.Matthias Andreas Benkard2008-08-121-0/+48