Revision
4481
Author
watson1978@gmail.com
Date
2010-08-30 23:25:25 -0700 (Mon, 30 Aug 2010)

Log Message

Fixed the alignment.
 - Fixed #880

Modified Paths

Diff

Modified: MacRuby/trunk/gcd.c (4480 => 4481)


--- 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;