yarv-diff:12
From: ko1 atdot.net
Date: 8 Jun 2005 03:03:50 -0000
Subject: [yarv-diff:12] r167 - trunk
Author: ko1
Date: 2005-06-08 12:03:49 +0900 (Wed, 08 Jun 2005)
New Revision: 167
Modified:
trunk/ChangeLog
trunk/yarvcore.c
Log:
fix indent
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-06-06 23:30:49 UTC (rev 166)
+++ trunk/ChangeLog 2005-06-08 03:03:49 UTC (rev 167)
@@ -10,6 +10,7 @@
* version.h : 0.2.1
+
2005-06-07(Tue) 08:16:22 +0900 Koichi Sasada <ko1 atdot.net>
* yarvcore.h : iseq_link_element changed to double linked list
Modified: trunk/yarvcore.c
===================================================================
--- trunk/yarvcore.c 2005-06-06 23:30:49 UTC (rev 166)
+++ trunk/yarvcore.c 2005-06-08 03:03:49 UTC (rev 167)
@@ -452,7 +452,7 @@
struct insn_object *insnobj;
obj = Data_Make_Struct(klass, struct insn_object, insn_mark, yarv_free, insnobj);
- return obj;
+ return obj;
}
static VALUE insn_init(VALUE self, int insn_id, int line_no, VALUE operands){
--
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml