|
Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
|
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 245 of file extension.c.
| VALUE build_options_data::keywords |
Definition at line 247 of file extension.c.
| pm_options_t* build_options_data::options |
Definition at line 246 of file extension.c.