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

ruby-changes:26248

From: naruse <ko1@a...>
Date: Tue, 11 Dec 2012 12:02:13 +0900 (JST)
Subject: [ruby-changes:26248] naruse:r38305 (trunk): * ext/dl/win32/extconf.rb: Fix typo

naruse	2012-12-11 12:02:04 +0900 (Tue, 11 Dec 2012)

  New Revision: 38305

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

  Log:
    * ext/dl/win32/extconf.rb: Fix typo
      by Santiago Pastorino <santiago@w...>
      https://github.com/ruby/ruby/pull/221 fix GH-221

  Modified files:
    trunk/ChangeLog
    trunk/ext/dl/win32/extconf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38304)
+++ ChangeLog	(revision 38305)
@@ -1,3 +1,9 @@
+Tue Dec 11 12:00:19 2012  NARUSE, Yui  <naruse@r...>
+
+	* ext/dl/win32/extconf.rb: Fix typo
+	  by Santiago Pastorino <santiago@w...>
+	  https://github.com/ruby/ruby/pull/221 fix GH-221
+
 Tue Dec 11 11:36:04 2012  NARUSE, Yui  <naruse@r...>
 
 	* common.mk ($(MINIPRELUDE_C)): -I may break make dist.
Index: ext/dl/win32/extconf.rb
===================================================================
--- ext/dl/win32/extconf.rb	(revision 38304)
+++ ext/dl/win32/extconf.rb	(revision 38305)
@@ -1,3 +1,3 @@
-if compiled?('dl') and !complied?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
+if compiled?('dl') and !compiled?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
   create_makefile('win32')
 end

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

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