mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991214
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea14c6e09a
commit
d6657f1c07
11 changed files with 28 additions and 12 deletions
1
struct.c
1
struct.c
|
@ -224,6 +224,7 @@ static VALUE
|
|||
rb_struct_s_def(argc, argv, klass)
|
||||
int argc;
|
||||
VALUE *argv;
|
||||
VALUE klass;
|
||||
{
|
||||
VALUE name, rest;
|
||||
long i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue