diff options
| author | Aaron Patterson <tenderlove@ruby-lang.org> | 2021-02-01 09:23:06 -0800 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:28 -0400 |
| commit | 9453267689fdc405aa3d2eb0bb27e52addf982ec (patch) | |
| tree | 272c24b1562e2aa358999c4991e0a34fe731d633 /ujit_iface.c | |
| parent | 53bd13edf3b41b965297d4ed425a96b9b57dd053 (diff) | |
add bop to redefinition callback
Diffstat (limited to 'ujit_iface.c')
| -rw-r--r-- | ujit_iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ujit_iface.c b/ujit_iface.c index e9c617e351..d894c1321d 100644 --- a/ujit_iface.c +++ b/ujit_iface.c @@ -415,7 +415,7 @@ iseq_end_index(VALUE self) /* Called when a basic operation is redefined */ void -rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me) +rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me, enum ruby_basic_operators bop) { //fprintf(stderr, "bop redefined\n"); } |
