eval.c (Init_stack): make prototype declaration consistent with the definition in gc.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8069e3f8e7
commit
5677755bae
@ -1,3 +1,8 @@
|
|||||||
|
Fri Oct 15 12:43:09 2004 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
|
* eval.c (Init_stack): make prototype declaration consistent with
|
||||||
|
the definition in gc.c.
|
||||||
|
|
||||||
Thu Oct 14 13:33:59 2004 Kouhei Sutou <kou@cozmixng.org>
|
Thu Oct 14 13:33:59 2004 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
* lib/rss/rss.rb: added link to Tutorial.
|
* lib/rss/rss.rb: added link to Tutorial.
|
||||||
|
2
eval.c
2
eval.c
@ -1203,7 +1203,7 @@ extern char **environ;
|
|||||||
char **rb_origenviron;
|
char **rb_origenviron;
|
||||||
|
|
||||||
void rb_call_inits _((void));
|
void rb_call_inits _((void));
|
||||||
void Init_stack _((void*));
|
void Init_stack _((VALUE*));
|
||||||
void Init_heap _((void));
|
void Init_heap _((void));
|
||||||
void Init_ext _((void));
|
void Init_ext _((void));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user