[前][次][番号順一覧][スレッド一覧][生データ]

yarv-diff:27

From: ko1 atdot.net
Date: 28 Jun 2005 13:27:04 -0000
Subject: [yarv-diff:27] r182 - trunk

Author: ko1
Date: 2005-06-28 22:27:03 +0900 (Tue, 28 Jun 2005)
New Revision: 182

Modified:
   trunk/ChangeLog
   trunk/extconf.rb
Log:
	* extconf.rb : fix options



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-06-28 12:51:22 UTC (rev 181)
+++ trunk/ChangeLog	2005-06-28 13:27:03 UTC (rev 182)
@@ -4,6 +4,11 @@
 #  from Mon, 03 May 2004 01:24:19 +0900
 #
 
+2005-06-28(Tue) 22:26:34 +0900  Koichi Sasada  <ko1 atdot.net>
+
+	* extconf.rb : fix options
+
+
 2005-06-28(Tue) 21:50:58 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* benchmark/run.rb : fix output format

Modified: trunk/extconf.rb
===================================================================
--- trunk/extconf.rb	2005-06-28 12:51:22 UTC (rev 181)
+++ trunk/extconf.rb	2005-06-28 13:27:03 UTC (rev 182)
@@ -57,8 +57,8 @@
 check_arg('opt-basic-operations', true)
 check_arg('opt-regexp-match'    , true)
 
-check_arg('opt-operand-unification', true)
-check_arg('opt-instruction-unification', true)
+check_arg('opt-operands-unification', true)
+check_arg('opt-instructions-unification', true)
 check_arg('opt-stack-caching'   , true)
 
 check_arg('opt-inline-method-cache', true)


--
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]