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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 24 20:00:24 PST 2009


Revision: 3047
          http://trac.macosforge.org/projects/ruby/changeset/3047
Author:   lsansonetti at apple.com
Date:     2009-11-24 20:00:22 -0800 (Tue, 24 Nov 2009)
Log Message:
-----------
oops

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

Modified: MacRuby/trunk/gcd.c
===================================================================
--- MacRuby/trunk/gcd.c	2009-11-25 03:59:41 UTC (rev 3046)
+++ MacRuby/trunk/gcd.c	2009-11-25 04:00:22 UTC (rev 3047)
@@ -283,14 +283,14 @@
     }
 }
 
- VALUE
+static VALUE
 rb_queue_dispatch_body(VALUE val)
 {
     rb_vm_block_t *the_block = (rb_vm_block_t *)val;
     return rb_vm_block_eval(the_block, 0, NULL);
 }
 
- void
+static void
 rb_queue_dispatcher(void* block)
 {
     assert(block != NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091124/f56aa652/attachment-0001.html>


More information about the macruby-changes mailing list