[macruby-changes] [2899] MacRuby/trunk/sprintf.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 26 14:01:15 PDT 2009


Revision: 2899
          http://trac.macosforge.org/projects/ruby/changeset/2899
Author:   lsansonetti at apple.com
Date:     2009-10-26 14:01:08 -0700 (Mon, 26 Oct 2009)
Log Message:
-----------
pass the object as is for %p (note: immediate types will be converted, but it may not matter)

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

Modified: MacRuby/trunk/sprintf.cpp
===================================================================
--- MacRuby/trunk/sprintf.cpp	2009-10-25 22:52:51 UTC (rev 2898)
+++ MacRuby/trunk/sprintf.cpp	2009-10-26 21:01:08 UTC (rev 2899)
@@ -413,9 +413,6 @@
 		    break;
 
 		case 'p':
-		    type = _C_PTR;
-		    break;
-
 		case '@':
 		    type = _C_ID;
 		    break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091026/77533aba/attachment.html>


More information about the macruby-changes mailing list