[macruby-changes] [693] MacRuby/trunk/objc.m

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 31 17:58:45 PDT 2008


Revision: 693
          http://trac.macosforge.org/projects/ruby/changeset/693
Author:   lsansonetti at apple.com
Date:     2008-10-31 17:58:45 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
removing unnecessary code (thanks vincent isambart)

Modified Paths:
--------------
    MacRuby/trunk/objc.m

Modified: MacRuby/trunk/objc.m
===================================================================
--- MacRuby/trunk/objc.m	2008-11-01 00:14:37 UTC (rev 692)
+++ MacRuby/trunk/objc.m	2008-11-01 00:58:45 UTC (rev 693)
@@ -281,11 +281,7 @@
 
 	case _C_ARY_B:
 	{
-#if __LP64__
-	    unsigned long size, align;
-#else
-	    unsigned int size, align;
-#endif
+	    NSUInteger size, align;
 
 	    @try {
 		NSGetSizeAndAlignment(octype, &size, &align);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081031/7e03f8ec/attachment.html>


More information about the macruby-changes mailing list