[macruby-changes] [4479] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 30 19:04:14 PDT 2010


Revision: 4479
          http://trac.macosforge.org/projects/ruby/changeset/4479
Author:   watson1978 at gmail.com
Date:     2010-08-30 19:04:11 -0700 (Mon, 30 Aug 2010)
Log Message:
-----------
Added the initialization.
 - Fixed #882

Modified Paths:
--------------
    MacRuby/trunk/vm.cpp

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2010-08-30 20:52:55 UTC (rev 4478)
+++ MacRuby/trunk/vm.cpp	2010-08-31 02:04:11 UTC (rev 4479)
@@ -400,6 +400,7 @@
     parse_in_eval = false;
     has_ensure = false;
     return_from_block = -1;
+    special_exc = NULL;
     current_super_class = NULL;
     current_super_sel = 0;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100830/80966674/attachment.html>


More information about the macruby-changes mailing list