Skip to content

Commit 4bd24a0

Browse files
committed
Replaced headers for ruby-3.1.0-preview1 => release
1 parent 1b9eead commit 4bd24a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+940
-587
lines changed

lib/debase/ruby_core_source/ruby-3.1.0-preview1/builtin.h renamed to lib/debase/ruby_core_source/ruby-3.1.0-p0/builtin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ static inline void rb_builtin_function_check_arity13(VALUE (*f)(rb_execution_con
5656
static inline void rb_builtin_function_check_arity14(VALUE (*f)(rb_execution_context_t *ec, VALUE self, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)){}
5757
static inline void rb_builtin_function_check_arity15(VALUE (*f)(rb_execution_context_t *ec, VALUE self, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)){}
5858

59+
PUREFUNC(VALUE rb_vm_lvar_exposed(rb_execution_context_t *ec, int index));
5960
VALUE rb_vm_lvar_exposed(rb_execution_context_t *ec, int index);
6061

6162
// __builtin_inline!

lib/debase/ruby_core_source/ruby-3.1.0-preview1/debug_counter.h renamed to lib/debase/ruby_core_source/ruby-3.1.0-p0/debug_counter.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ RB_DEBUG_COUNTER(ccf_bmethod)
9797
RB_DEBUG_COUNTER(ccf_opt_send)
9898
RB_DEBUG_COUNTER(ccf_opt_call)
9999
RB_DEBUG_COUNTER(ccf_opt_block_call)
100+
RB_DEBUG_COUNTER(ccf_opt_struct_aref)
101+
RB_DEBUG_COUNTER(ccf_opt_struct_aset)
100102
RB_DEBUG_COUNTER(ccf_super_method)
101103

102104
/*

0 commit comments

Comments
 (0)