Revision
4479
Author
watson1978@gmail.com
Date
2010-08-30 19:04:11 -0700 (Mon, 30 Aug 2010)

Log Message

Added the initialization.
 - Fixed #882

Modified Paths

Diff

Modified: MacRuby/trunk/vm.cpp (4478 => 4479)


--- 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;