mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2bd0c2bf73
<Masamichi.Akiyoshi@jp.compaq.com> is merged. * eval.c (exec_under): changing ruby_class is OK, but should not alter cbase. * eval.c (yield_under_i): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
136 B
C
6 lines
136 B
C
extern int isinf(double);
|
|
extern int isnan(double);
|
|
extern int flock(int fd, int oper);
|
|
|
|
extern int vsnprintf();
|
|
extern int snprintf();
|