Project

General

Profile

« Previous | Next » 

Revision 23250174

Added by shyouhei (Shyouhei Urabe) over 5 years ago

fix compile error w/ -DUSE_TRANSIENT_HEAP=0

rb_transient_heap_managed_ptr_p is available only when USE_TRANSIENT_HEAP.
Need #if guards.