mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
990324
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1727010a3a
commit
35247a52ef
77 changed files with 6223 additions and 6114 deletions
4
struct.c
4
struct.c
|
@ -179,10 +179,10 @@ make_struct(name, member, klass)
|
|||
|
||||
VALUE
|
||||
#ifdef HAVE_STDARG_PROTOTYPES
|
||||
rb_struct_define(char *name, ...)
|
||||
rb_struct_define(const char *name, ...)
|
||||
#else
|
||||
rb_struct_define(name, va_alist)
|
||||
char *name;
|
||||
const char *name;
|
||||
va_dcl
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue