File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1738,6 +1738,10 @@ size_t rb_hash_size_num(VALUE hash) {
1738
1738
return (size_t ) FIX2ULONG (rb_hash_size (hash ));
1739
1739
}
1740
1740
1741
+ struct st_table * rb_hash_tbl (VALUE hash , const char * file , int line ) {
1742
+ rb_tr_error ("rb_hash_tbl not implemented" );
1743
+ }
1744
+
1741
1745
// Class
1742
1746
1743
1747
const char * rb_class2name (VALUE ruby_class ) {
@@ -3127,6 +3131,10 @@ VALUE rb_tracearg_object(rb_trace_arg_t *trace_arg) {
3127
3131
rb_tr_error ("rb_tracearg_object not implemented" );
3128
3132
}
3129
3133
3134
+ rb_trace_arg_t * rb_tracearg_from_tracepoint (VALUE tpval ) {
3135
+ rb_tr_error ("rb_tracearg_from_tracepoint not implemented" );
3136
+ }
3137
+
3130
3138
int rb_postponed_job_register (unsigned int flags , rb_postponed_job_func_t func , void * data ) {
3131
3139
rb_tr_error ("rb_postponed_job_register not implemented" );
3132
3140
}
You can’t perform that action at this time.
0 commit comments