mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-23 07:57:52 +00:00
* Correct setting the isa of the NSBlock * Make global blocks managed by the odin runtime * Make local blocks copy to a malloc block that is managed by the objc runtime * Add method to create blocks that take a paramater