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

*** empty log message ***

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-06-02 10:05:37 +00:00
parent e6ab550ac5
commit 46c4975d9c
21 changed files with 106 additions and 102 deletions

View file

@ -2607,10 +2607,6 @@ str_center(str, w)
return res;
}
extern VALUE mKernel;
extern VALUE mComparable;
extern VALUE mEnumerable;
void
Init_String()
{