1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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
parent 51f9223e9c
commit d917f9af97
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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