-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While RUBY_METHOD_FUNC causes problems with newer Rubies, it's still needed under Ruby 2.6 with clang. We'll define our own macro to make it a no-op under Ruby 2.7+. Tested with clang 10.0.0-4ubuntu1, 11.0.0-2~ubuntu20.04.1, and 12.0.0-3ubuntu1~20.04.4 on Ubuntu 20.04.3 LTS (x86-64). Fixes: 7a16ef8 ("remove RUBY_METHOD_FUNC use") Fixes: #223
- Loading branch information
1 parent
55f6b27
commit 289587a
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters