* eval.c (Init_stack): don't declare. it is a macro now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
62b6a462d7
commit
5849668694
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jun 9 23:10:50 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* eval.c (Init_stack): don't declare. it is a macro now.
|
||||||
|
|
||||||
Mon Jun 9 22:46:47 2008 wanabe <s.wanabe@gmail.com>
|
Mon Jun 9 22:46:47 2008 wanabe <s.wanabe@gmail.com>
|
||||||
|
|
||||||
* compile.c : treat []&&= in virtually the same way as []||=.
|
* compile.c : treat []&&= in virtually the same way as []||=.
|
||||||
|
1
eval.c
1
eval.c
@ -43,7 +43,6 @@ void rb_clear_trace_func(void);
|
|||||||
void rb_thread_stop_timer_thread(void);
|
void rb_thread_stop_timer_thread(void);
|
||||||
|
|
||||||
void rb_call_inits(void);
|
void rb_call_inits(void);
|
||||||
void Init_stack(VALUE *);
|
|
||||||
void Init_heap(void);
|
void Init_heap(void);
|
||||||
void Init_ext(void);
|
void Init_ext(void);
|
||||||
void Init_BareVM(void);
|
void Init_BareVM(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user