File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ Fri Dec 21 17:07:13 2007 Koichi Sasada <ko1@atdot.net>
2
+
3
+ * gc.h: extern variable should not be initialized.
4
+
5
+ * thread_pthread.c: add a parameter.
6
+
1
7
Fri Dec 21 16:50:43 2007 Tanaka Akira <akr@fsij.org>
2
8
3
9
* encoding.c (Init_Encoding): use enc_name as to_s.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ NOINLINE(void rb_gc_set_stack_end(VALUE **stack_end_p));
17
17
#endif
18
18
19
19
#if RUBY_MARK_FREE_DEBUG
20
- extern int ruby_gc_debug_indent = 0 ;
20
+ extern int ruby_gc_debug_indent ;
21
21
22
22
static void
23
23
rb_gc_debug_indent (void )
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ static rb_thread_lock_t signal_thread_list_lock;
112
112
static pthread_key_t ruby_native_thread_key ;
113
113
114
114
static void
115
- null_func ()
115
+ null_func (int i )
116
116
{
117
117
/* null */
118
118
}
You can’t perform that action at this time.
0 commit comments