Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: undefined method 'sig_suspend' for GC:Module (gc_none)
The gc_none interface doesn't define the `sig_suspend` nor `sig_resume` class methods. The program should still compile but commit 57017f6 improperly checks for the method existence, and the methods are always required and the fallback never used.
- Loading branch information