mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
51f9223e9c
commit
d917f9af97
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue