Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
|
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 195 of file extension.c.
VALUE build_options_data::keywords |
Definition at line 197 of file extension.c.
pm_options_t* build_options_data::options |
Definition at line 196 of file extension.c.