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): 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:
akr 2004-10-15 03:54:02 +00:00
parent 8069e3f8e7
commit 5677755bae
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* lib/rss/rss.rb: added link to Tutorial.

2
eval.c
View file

@ -1203,7 +1203,7 @@ extern char **environ;
char **rb_origenviron;
void rb_call_inits _((void));
void Init_stack _((void*));
void Init_stack _((VALUE*));
void Init_heap _((void));
void Init_ext _((void));