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

ruby-changes:24960

From: nobu <ko1@a...>
Date: Sun, 23 Sep 2012 21:42:44 +0900 (JST)
Subject: [ruby-changes:24960] nobu:r37012 (trunk): mkmf.rb: fallback mkintpath

nobu	2012-09-23 21:42:29 +0900 (Sun, 23 Sep 2012)

  New Revision: 37012

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

  Log:
    mkmf.rb: fallback mkintpath
    
    * lib/mkmf.rb (MakeMakefile#mkintpath): not a global function now.

  Modified files:
    trunk/ChangeLog
    trunk/lib/mkmf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37011)
+++ ChangeLog	(revision 37012)
@@ -1,3 +1,7 @@
+Sun Sep 23 21:42:22 2012  Nobuyoshi Nakada  <nobu@r...>
+
+	* lib/mkmf.rb (MakeMakefile#mkintpath): not a global function now.
+
 Sun Sep 23 02:33:37 2012  Benoit Daloze  <eregontp@g...>
 
 	* complex.c: Fix examples of r36993.
Index: lib/mkmf.rb
===================================================================
--- lib/mkmf.rb	(revision 37011)
+++ lib/mkmf.rb	(revision 37012)
@@ -1720,7 +1720,7 @@
       end
     end
   end
-  unless defined?(mkintpath)
+  unless method_defined?(:mkintpath)
     def mkintpath(path)
       path
     end

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

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