<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,12 +96,12 @@ namespace rubinius {
     size_t block;
 
     Opcode(opcode op, int o1 = -1, int o2 = -1) :
-      op(op), args(0), arg1(o1), arg2(o2), start_block(false), block(NULL) {
+      op(op), args(0), arg1(o1), arg2(o2), start_block(false), block(0) {
         if(o1 &gt;= 0) args++;
         if(o2 &gt;= 0) args++;
       }
 
-    Opcode(VMMethod::Iterator&amp; iter) : start_block(false), block(NULL) {
+    Opcode(VMMethod::Iterator&amp; iter) : start_block(false), block(0) {
       op = iter.op();
       args = iter.args();
 </diff>
      <filename>vm/vmmethod.hpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a1fca2b6b7f08a6fef72dd7c663a6518c83a25e</id>
    </parent>
  </parents>
  <author>
    <name>Le Huy</name>
    <email>lehuy20@gmail.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/7f133030663b22ebfbc28adb5bfd8bef8a418d23</url>
  <id>7f133030663b22ebfbc28adb5bfd8bef8a418d23</id>
  <committed-date>2008-09-05T15:07:45-07:00</committed-date>
  <authored-date>2008-09-03T18:05:44-07:00</authored-date>
  <message>fix error using constructor size_t() when compiling on Ubuntu Feisty

Signed-off-by: Eero Saynatkari &lt;esaynatkari@engineyard.com&gt;</message>
  <tree>597a24bd596dea45e83cdc216d4de8ad3473b775</tree>
  <committer>
    <name>Eero Saynatkari</name>
    <email>esaynatkari@engineyard.com</email>
  </committer>
</commit>
