1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* compile.c: math.h for modf.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-09-10 05:03:40 +00:00
parent 94edc5a9d9
commit 7c73db266a

View file

@ -10,6 +10,7 @@
**********************************************************************/
#include "ruby/ruby.h"
#include <math.h>
#define USE_INSN_STACK_INCREASE 1
#include "vm_core.h"