1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* process.c (p_gid_sw_ensure): lack of function type

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-08-31 13:29:54 +00:00
parent 50ca9237b3
commit 803a130207
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Aug 31 22:27:10 2003 <nagai@dumbo.ai.kyutech.ac.jp>
* process.c (p_gid_sw_ensure): lack of function type
Sun Aug 31 12:25:06 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* lib/optparse.rb: --version takes an optional argument; "all" or

View file

@ -2231,6 +2231,7 @@ p_gid_switch(obj)
rb_sys_fail(0);
}
#else
static VALUE
p_gid_sw_ensure(obj)
VALUE obj;
{