mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
92b24fd02d
* 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