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

no INT,UINT

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-05-13 05:58:11 +00:00
parent 9fd5fe739c
commit ad592443af
19 changed files with 311 additions and 273 deletions

View file

@ -1386,7 +1386,7 @@ static VALUE mConst;
static void
sock_define_const(name, value)
char *name;
INT value;
int value;
{
rb_define_const(cSocket, name, INT2FIX(value));
rb_define_const(mConst, name, INT2FIX(value));