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
Родитель 8069e3f8e7
Коммит 5677755bae
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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
Просмотреть файл

@ -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));