[macruby-changes] [4481] MacRuby/trunk/gcd.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 30 23:25:28 PDT 2010


Revision: 4481
          http://trac.macosforge.org/projects/ruby/changeset/4481
Author:   watson1978 at gmail.com
Date:     2010-08-30 23:25:25 -0700 (Mon, 30 Aug 2010)
Log Message:
-----------
Fixed the alignment.
 - Fixed #880

Modified Paths:
--------------
    MacRuby/trunk/gcd.c

Modified: MacRuby/trunk/gcd.c
===================================================================
--- MacRuby/trunk/gcd.c	2010-08-31 05:02:24 UTC (rev 4480)
+++ MacRuby/trunk/gcd.c	2010-08-31 06:25:25 UTC (rev 4481)
@@ -77,8 +77,8 @@
 typedef struct {
     struct RBasic basic;
     int suspension_count;
+    dispatch_source_t source;
     source_enum_t source_enum;
-    dispatch_source_t source;
     rb_vm_block_t *event_handler;
     VALUE handle;
 } rb_source_t;
@@ -87,6 +87,7 @@
 
 typedef struct {
     struct RBasic basic;
+    int reserved;
     dispatch_semaphore_t sem;
     long count;
 } rb_semaphore_t;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100830/5eb75588/attachment.html>


More information about the macruby-changes mailing list