зеркало из https://github.com/github/ruby.git
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
51f9223e9c
Коммит
d917f9af97
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 26 18:09:51 2000 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* string.c: include <math.h>
|
||||
|
||||
Tue Sep 26 15:59:50 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* object.c (rb_mod_dup): metaclasses of class/module should not be
|
||||
|
|
1
string.c
1
string.c
|
@ -18,6 +18,7 @@
|
|||
#define BEG(no) regs->beg[no]
|
||||
#define END(no) regs->end[no]
|
||||
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
Загрузка…
Ссылка в новой задаче