git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-09-26 09:11:47 +00:00
Родитель 51f9223e9c
Коммит d917f9af97
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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> 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 * object.c (rb_mod_dup): metaclasses of class/module should not be

Просмотреть файл

@ -18,6 +18,7 @@
#define BEG(no) regs->beg[no] #define BEG(no) regs->beg[no]
#define END(no) regs->end[no] #define END(no) regs->end[no]
#include <math.h>
#include <ctype.h> #include <ctype.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H