1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
akr 2008-06-09 14:25:39 +00:00
parent 62b6a462d7
commit 5849668694
2 changed files with 4 additions and 1 deletions

View file

@ -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>
* compile.c : treat []&&= in virtually the same way as []||=.

1
eval.c
View file

@ -43,7 +43,6 @@ void rb_clear_trace_func(void);
void rb_thread_stop_timer_thread(void);
void rb_call_inits(void);
void Init_stack(VALUE *);
void Init_heap(void);
void Init_ext(void);
void Init_BareVM(void);