31 Aug
2010
31 Aug
'10
2:04 a.m.
Revision: 4479 http://trac.macosforge.org/projects/ruby/changeset/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: -------------- 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;
5548
Age (days ago)
5548
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org