diff options
author | Alan Wu <[email protected]> | 2021-10-06 17:44:19 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:42 -0400 |
commit | 7c08538aa3a366409784f6a8b7aa013b85633803 (patch) | |
tree | cae00db737ff8fa27ba347f9a2960fe4f7e8fadd /iseq.h | |
parent | 884b6f3dbb33ef98fbfe96e7c70ccc8bb5735829 (diff) |
Cleanup diff against upstream. Add comments
I did a `git diff --stat` against upstream and looked at all the files
that are outside of YJIT to come up with these minor changes.
Diffstat (limited to 'iseq.h')
-rw-r--r-- | iseq.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -315,8 +315,6 @@ VALUE rb_iseq_defined_string(enum defined_type type); /* vm.c */ VALUE rb_iseq_local_variables(const rb_iseq_t *iseq); -NOINLINE(void rb_yjit_empty_func_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec)); - RUBY_SYMBOL_EXPORT_END #endif /* RUBY_ISEQ_H */ |