[macruby-changes] [3416] MacRuby/trunk/process.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 2 15:38:47 PST 2010


Revision: 3416
          http://trac.macosforge.org/projects/ruby/changeset/3416
Author:   pthomson at apple.com
Date:     2010-02-02 15:38:47 -0800 (Tue, 02 Feb 2010)
Log Message:
-----------
Put an rb_notimplement() in check_exec_redirect_fd instead of just abort()ing.

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

Modified: MacRuby/trunk/process.c
===================================================================
--- MacRuby/trunk/process.c	2010-02-02 23:08:20 UTC (rev 3415)
+++ MacRuby/trunk/process.c	2010-02-02 23:38:47 UTC (rev 3416)
@@ -1268,7 +1268,7 @@
     }
     return INT2FIX(fd);
 #endif
-    abort();
+	rb_notimplement();
 }
 
 static void
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100202/bacea853/attachment.html>


More information about the macruby-changes mailing list