diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-27 09:50:03 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-27 09:50:03 +0000 |
| commit | cf31e1d8951b1165975c2706137f35f302cab3de (patch) | |
| tree | 0a2b263ba28f4e971d79ba6c770dca555f77a0da | |
| parent | e21f706bbd8c4fec757fbb65835b0e00e683400d (diff) | |
| download | ruby-cf31e1d8951b1165975c2706137f35f302cab3de.tar.gz ruby-cf31e1d8951b1165975c2706137f35f302cab3de.tar.xz ruby-cf31e1d8951b1165975c2706137f35f302cab3de.zip | |
* gc.c: prototype; rb_io_fptr_finalize() doesn't return any value
at this version.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | gc.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Oct 27 18:49:11 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * gc.c: prototype; rb_io_fptr_finalize() doesn't return any value + at this version. + Wed Oct 27 17:27:45 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (gc_sweep): recover ruby_in_compile variable. @@ -53,7 +53,7 @@ extern unsigned long __libc_ia64_register_backing_store_base; #endif void re_free_registers _((struct re_registers*)); -int rb_io_fptr_finalize _((struct OpenFile*)); +void rb_io_fptr_finalize _((struct OpenFile*)); #if !defined(setjmp) && defined(HAVE__SETJMP) #define setjmp(env) _setjmp(env) |
