Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
|
We need a struct here to pass through rb_protect and it has to be a single value. More...
Data Fields | |
pm_options_t * | options |
VALUE | keywords |
We need a struct here to pass through rb_protect and it has to be a single value.
Because the sizeof(VALUE) == sizeof(void *), we're going to pass this through as an opaque pointer and cast it on both sides.
Definition at line 148 of file extension.c.
VALUE build_options_data::keywords |
Definition at line 150 of file extension.c.
pm_options_t* build_options_data::options |
Definition at line 149 of file extension.c.