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

ruby-changes:17211

From: nobu <ko1@a...>
Date: Fri, 10 Sep 2010 14:03:45 +0900 (JST)
Subject: [ruby-changes:17211] Ruby:r29211 (trunk): * compile.c: math.h for modf.

nobu	2010-09-10 14:03:40 +0900 (Fri, 10 Sep 2010)

  New Revision: 29211

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29211

  Log:
    * compile.c: math.h for modf.

  Modified files:
    trunk/compile.c

Index: compile.c
===================================================================
--- compile.c	(revision 29210)
+++ compile.c	(revision 29211)
@@ -10,6 +10,7 @@
 **********************************************************************/
 
 #include "ruby/ruby.h"
+#include <math.h>
 
 #define USE_INSN_STACK_INCREASE 1
 #include "vm_core.h"

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

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