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

fix RB_GC_GUARD_PTR on non-GCC/non-MSC builds #1293

Closed
wants to merge 1 commit into from
Closed

fix RB_GC_GUARD_PTR on non-GCC/non-MSC builds #1293

wants to merge 1 commit into from

Commits on Mar 17, 2016

  1. fix RB_GC_GUARD_PTR on non-GCC/non-MSC builds

    - the definition of RB_GC_GUARD_PTR needs to be moved into the block
    which is MSC-specific since in the non-MSC/non-GCC codepath here we
    do not have any rb_gc_guarded_ptr defined.
    
    - i alised RB_GC_GUARD_PTR to RB_GC_GUARD which i think is how people
    are intending to use this macro?
    
    - people are in fact using this macro as a public API even though
    there is the comment in the code not to.
    lamont-granquist committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    cefc43a View commit details
    Browse the repository at this point in the history