[macruby-changes] [2568] MacRuby/trunk/vm.cpp
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 18 17:34:33 PDT 2009
Revision: 2568
http://trac.macosforge.org/projects/ruby/changeset/2568
Author: lsansonetti at apple.com
Date: 2009-09-18 17:34:31 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
follow MRI way
Modified Paths:
--------------
MacRuby/trunk/vm.cpp
Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp 2009-09-18 23:38:34 UTC (rev 2567)
+++ MacRuby/trunk/vm.cpp 2009-09-19 00:34:31 UTC (rev 2568)
@@ -4683,7 +4683,7 @@
rb_class2name(*(VALUE *)exc));
}
else {
- printf("\t%s\n", bte);
+ printf("\tfrom %s\n", bte);
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090918/d575ff92/attachment.html>
More information about the macruby-changes
mailing list