mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
merges r20758 from trunk into ruby_1_9_1.
* ext/pty/pty.c (chfunc): make it static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
64497c8501
commit
886995ef69
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 15 21:01:46 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pty/pty.c (chfunc): make it static.
|
||||
|
||||
Mon Dec 15 20:16:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eat
|
||||
|
|
|
@ -192,7 +192,8 @@ struct child_info {
|
|||
VALUE *argv;
|
||||
};
|
||||
|
||||
int chfunc(void *data)
|
||||
static int
|
||||
chfunc(void *data)
|
||||
{
|
||||
struct child_info *carg = data;
|
||||
int master = carg->master;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue