diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-15 03:54:02 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-15 03:54:02 +0000 |
| commit | 53ecf361fde2c2f1530482d491895516cccb3297 (patch) | |
| tree | 42c010094a51fe04f8962a9ff157860cbb65c596 | |
| parent | 49f66676ebc7909447223944ecc345d991e0d2ae (diff) | |
| download | ruby-53ecf361fde2c2f1530482d491895516cccb3297.tar.gz ruby-53ecf361fde2c2f1530482d491895516cccb3297.tar.xz ruby-53ecf361fde2c2f1530482d491895516cccb3297.zip | |
eval.c (Init_stack): make prototype declaration consistent with the definition in gc.c.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | eval.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. @@ -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)); |
