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

* vm_insnhelper.c: math.h for isnan.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-01-17 17:06:51 +00:00
parent c8272db179
commit b6dff84acc

View file

@ -11,6 +11,8 @@
/* finish iseq array */
#include "insns.inc"
#include <math.h>
/* control stack frame */