* 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
@ -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>
|
Fri Jun 22 23:17:28 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* ext/socket/socket.c (ruby_connect): workaround for the setup of
|
* ext/socket/socket.c (ruby_connect): workaround for the setup of
|
||||||
|
@ -26,6 +26,7 @@ readline_event()
|
|||||||
{
|
{
|
||||||
CHECK_INTS;
|
CHECK_INTS;
|
||||||
rb_thread_schedule();
|
rb_thread_schedule();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user