mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/readline/readline.c (readline_event): a non-void function
should return a value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3aa7e4f741
commit
c0648ecc85
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Jun 23 18:28:52 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/readline/readline.c (readline_event): a non-void function
|
||||
should return a value.
|
||||
|
||||
Fri Jun 22 23:17:28 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/socket/socket.c (ruby_connect): workaround for the setup of
|
||||
|
|
|
@ -26,6 +26,7 @@ readline_event()
|
|||
{
|
||||
CHECK_INTS;
|
||||
rb_thread_schedule();
|
||||
return 0;
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Reference in a new issue