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

ruby-changes:1748

From: ko1@a...
Date: 23 Aug 2007 16:59:52 +0900
Subject: [ruby-changes:1748] nobu - Ruby:r13239 (trunk): * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99

nobu	2007-08-23 16:59:42 +0900 (Thu, 23 Aug 2007)

  New Revision: 13239

  Modified files:
    trunk/ChangeLog
    trunk/compile.c
    trunk/insnhelper.ci

  Log:
    * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99
      comment.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insnhelper.ci?r1=13239&r2=13238
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=13239&r2=13238
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13239&r2=13238

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13238)
+++ ChangeLog	(revision 13239)
@@ -1,5 +1,8 @@
-Thu Aug 23 16:57:01 2007  Nobuyoshi Nakada  <nobu@r...>
+Thu Aug 23 16:59:40 2007  Nobuyoshi Nakada  <nobu@r...>
 
+	* compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99
+	  comment.
+
 	* cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):
 	  suppress warnings.
 
Index: compile.c
===================================================================
--- compile.c	(revision 13238)
+++ compile.c	(revision 13239)
@@ -2000,7 +2000,7 @@
 
     if (!poped && 0) {
 	/* optimized one */
-	//compile_massign_opt(iseq, ret, rhsn, splatn, lhsn, llen);
+	/*compile_massign_opt(iseq, ret, rhsn, splatn, lhsn, llen);*/
     }
     else {
 	DECL_ANCHOR(lhsseq);
Index: insnhelper.ci
===================================================================
--- insnhelper.ci	(revision 13238)
+++ insnhelper.ci	(revision 13239)
@@ -1315,7 +1315,7 @@
 	}
 	else {
 	    th->state = TAG_RAISE;
-	    //th->state = FIX2INT(rb_ivar_get(err, idThrowState));
+	    /*th->state = FIX2INT(rb_ivar_get(err, idThrowState));*/
 	}
 	return err;
     }

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

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