<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5018,7 +5018,7 @@ rescan_args:
 		const bool is_lambda = (node_type == NODE_LAMBDA);
 		Value *caller;
 
-		if (is_lambda == 0) {
+		if (!is_lambda) {
 		    assert(node-&gt;nd_iter != NULL);
 		}
 
@@ -5032,7 +5032,7 @@ rescan_args:
 		    params.push_back(compile_mcache((is_lambda ? selLambda : selEach), false));
 		    params.push_back(current_self);
 
-		    if (is_lambda == 0) {
+		    if (!is_lambda) {
 			// the block must not be passed to the code
 			// that generates the values we loop on
 			current_block_func = NULL;</diff>
      <filename>compiler.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63e78af6472e37ec98d19b0419198b53a5e1cc56</id>
    </parent>
  </parents>
  <author>
    <name>martinlagardette@apple.com</name>
    <email>martinlagardette@apple.com@23306eb0-4c56-4727-a40e-e92c0eb68959</email>
  </author>
  <url>http://github.com/masterkain/macruby/commit/44e5ec956f623c9336847dfb6939b50596b746b3</url>
  <id>44e5ec956f623c9336847dfb6939b50596b746b3</id>
  <committed-date>2009-11-09T12:15:57-08:00</committed-date>
  <authored-date>2009-11-09T12:15:57-08:00</authored-date>
  <message>
 - Minor update to correct the code syntax - no impact



git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@2985 23306eb0-4c56-4727-a40e-e92c0eb68959</message>
  <tree>e1a610c4cdfd2ee5810f32b2b187e2fa4915c70e</tree>
  <committer>
    <name>martinlagardette@apple.com</name>
    <email>martinlagardette@apple.com@23306eb0-4c56-4727-a40e-e92c0eb68959</email>
  </committer>
</commit>
