diff options
author | Yusuke Endoh <[email protected]> | 2019-11-22 23:56:18 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2019-11-22 23:56:18 +0900 |
commit | 053f78e13988e9253d1f207bf5e23d9505112b32 () | |
tree | 968f445a02d0321682d270a7cb9f1440cca1567c /internal.h | |
parent | 994435d0efa9931d0475de923c4e6c227d03e398 (diff) |
internal.h: Add a declaration for rb_gvar_readonly_setter
emscripten fails to compile ruby due to lack of this.
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2231,6 +2231,7 @@ NORETURN(VALUE rb_mod_const_missing(VALUE,VALUE)); rb_gvar_getter_t *rb_gvar_getter_function_of(const struct rb_global_entry *); rb_gvar_setter_t *rb_gvar_setter_function_of(const struct rb_global_entry *); bool rb_gvar_is_traced(const struct rb_global_entry *); /* vm_insnhelper.h */ rb_serial_t rb_next_class_serial(void); |