Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using RBOOL macro #4695

Merged
merged 26 commits into from
Aug 2, 2021
Merged

Using RBOOL macro #4695

merged 26 commits into from
Aug 2, 2021

Conversation

S-H-GAMELINKS
Copy link
Contributor

Using RBOOL macro in these code.

VALUE
rb_obj_rgengc_promoted_p(VALUE obj)
{
    return OBJ_PROMOTED(obj) ? Qtrue : Qfalse;
}

@nobu nobu merged commit 378e8cd into ruby:master Aug 2, 2021
@S-H-GAMELINKS S-H-GAMELINKS deleted the using_rbool_macro branch August 2, 2021 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants