[前][次][番号順一覧][スレッド一覧]

ruby-changes:3606

From: ko1@a...
Date: Fri, 18 Jan 2008 02:41:42 +0900 (JST)
Subject: [ruby-changes:3606] nobu - Ruby:r15095 (trunk): * vm_insnhelper.c: math.h for isnan.

nobu	2008-01-18 02:06:51 +0900 (Fri, 18 Jan 2008)

  New Revision: 15095

  Modified files:
    trunk/vm_insnhelper.c

  Log:
    * vm_insnhelper.c: math.h for isnan.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_insnhelper.c?r1=15095&r2=15094&diff_format=u

Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 15094)
+++ vm_insnhelper.c	(revision 15095)
@@ -11,6 +11,8 @@
 /* finish iseq array */
 #include "insns.inc"
 
+#include <math.h>
+
 /* control stack frame */
 
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]